repo.or.cz
/
KDIS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
chore: vscode configuration
[KDIS.git]
/
.vscode
/
settings.json
blob
594a026bbf61a20ba3d634a7e236f902521a5439
1
{
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
}
11
}