fixed_string icon indicating copy to clipboard operation
fixed_string copied to clipboard

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

Open unterumarmung opened this issue 4 years ago • 0 comments

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 avatar Aug 16 '21 14:08 unterumarmung