chore: vscode configuration
[KDIS.git] / .vscode / settings.json
blob594a026bbf61a20ba3d634a7e236f902521a5439
2     "editor.formatOnSave": true,
3     "files.associations": {
4         ".clang-format": "yaml",
5         ".clang-tidy": "yaml",
6         ".cmake-format": "yaml",
7         "config.hpp.in": "cpp",
8         "CPPCHECK.cfg": "xml",
9         "CPPLINT.cfg": "properties"
10     }