Remove CLion's .idea
folder that contains code style checks
#22
Labels
.idea
folder that contains code style checks
#22
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: