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

Remove CLion's .idea folder that contains code style checks #22

Open
unterumarmung opened this issue Aug 16, 2021 · 0 comments · May be fixed by #27
Open

Remove CLion's .idea folder that contains code style checks #22

unterumarmung opened this issue Aug 16, 2021 · 0 comments · May be fixed by #27
Labels
code style enhancement New feature or request good first issue Good for newcomers

Comments

@unterumarmung
Copy link
Owner

Clang-Tidy allows to specify code style settings in a config file, so .idea folder is redundant.

Official docs: https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html
Example config: https://github.com/YACLib/YACLib/blob/main/.clang-tidy

@unterumarmung unterumarmung added code style enhancement New feature or request good first issue Good for newcomers labels Aug 16, 2021
@GeorgiiFirsov GeorgiiFirsov linked a pull request Aug 16, 2021 that will close this issue
@unterumarmung unterumarmung linked a pull request Aug 17, 2021 that will close this issue
@unterumarmung unterumarmung changed the title Remove CLion .idea folder that contains code style checks Remove CLion's .idea folder that contains code style checks Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code style enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant