Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix my auto-included headers #6006

Conversation

RobbieNeko
Copy link
Collaborator

Purpose of change (The Why)

Delta Epsilon in the Discord had troubles building thanks to these two. For whatever reason, clangd just loves choosing to use angle braces on the automatic includes instead of quotation marks. I intend to try and fix this one way or another.

Describe the solution (The How)

  • Changes the hostile lines to nice double-quotes

Describe alternatives you've considered

  • Go directly for trying to put in a .clangd file in the project to explicitly try and prevent this from happening

Testing

I should hope changing includes to be the correct type doesn't break anything!

Additional context

Auto-includes with clangd seem to be defaulting to <> instead of "" for me, which is very annoying.

Checklist

Mandatory

@github-actions github-actions bot added the src changes related to source code. label Jan 29, 2025
@scarf005 scarf005 merged commit b005073 into cataclysmbnteam:main Jan 29, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
src changes related to source code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants