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

code formater tool #51

Open
maidamai0 opened this issue Dec 21, 2019 · 2 comments
Open

code formater tool #51

maidamai0 opened this issue Dec 21, 2019 · 2 comments

Comments

@maidamai0
Copy link
Contributor

I have to disable auto-format function of my code editor when I modify code to keep the code style, a code formatter may help with this.

Clang-tidy is a good choice.

@qCring
Copy link
Owner

qCring commented Dec 23, 2019

Thanks for your feedback! Do you mean the C++ code style of the project? Since I'm using Xcode on macOS, I can imagine that many other IDEs have issues with how Xcode handles .cpp/.hpp files...

@maidamai0
Copy link
Contributor Author

maidamai0 commented Dec 23, 2019

Yes, I mean the c++ code style.According to doc, it seems XCode does't have a integration with clang-tidy.

Clang-tidy can be integrated with cmake, you might want to have a try.

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

No branches or pull requests

2 participants