notskm / vscode-clang-tidy

MIT License
49 stars 25 forks source link

Support .clang-tidy configuration file #8

Closed CoolBr33ze closed 4 years ago

CoolBr33ze commented 4 years ago

Add the ability for the extension to locate a .clang-tidy configuration file within the project parent folder and lint according to it, instead of inserting a list in the setting.json file for the "checks".

CoolBr33ze commented 4 years ago

Seems like it's already supported, just not documented, thanks.