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 C++ code linting #6

Open
mcopik opened this issue Jul 28, 2021 · 2 comments
Open

Add C++ code linting #6

mcopik opened this issue Jul 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@mcopik
Copy link
Contributor

mcopik commented Jul 28, 2021

We should use clang-format and `clang-tidy.

@mcopik mcopik added the enhancement New feature or request label Jul 28, 2021
@mattnappo
Copy link
Collaborator

Is there any preference on which clang formatting style to use? The available options by default are LLVM, GNU, Google, Chromium, Microsoft, Mozilla, WebKit

@mcopik
Copy link
Contributor Author

mcopik commented Mar 6, 2023

@mattnappo Thanks for your interest in the issue! We already have a working LLVM-based Clang format in another project that we should use.

However, applying the format will likely require a lot of work across the project, and we plan on doing that right before wrapping up release v1.0 - so it might not be the best issue before a GSoC proposal. However, the format will definitely be there for GSoC :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants