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

Add a .clang-format #165

Open
billy4479 opened this issue Jul 14, 2021 · 0 comments
Open

Add a .clang-format #165

billy4479 opened this issue Jul 14, 2021 · 0 comments
Labels
good first issue Good for newcomers TODO It hasn't implemented yet.

Comments

@billy4479
Copy link
Contributor

This is a config file for clang-format, a tool that is already used by many editors and adopted by many projects to format the code and ensure that the style is consistent.
It could even be used as a git hook or in the CI/CD workflow to ensure that new patches respect the coding style.
A config can derive from other preexisting configs (like Google's, LLVM's or Mozilla's) so it's not a big effort to write one.
It is not the number one priority but I think that's a great thing to have.
More information at LLVM's website.

@ThakeeNathees ThakeeNathees added good first issue Good for newcomers TODO It hasn't implemented yet. labels Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers TODO It hasn't implemented yet.
Projects
None yet
Development

No branches or pull requests

2 participants