You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: