mirror of
https://github.com/zeldaret/ss
synced 2026-05-31 01:15:38 -04:00
33 lines
847 B
JSON
33 lines
847 B
JSON
{
|
|
"[c]": {
|
|
"files.encoding": "utf8",
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
},
|
|
"[cpp]": {
|
|
"files.encoding": "utf8",
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
},
|
|
// "[python]": {
|
|
// "editor.defaultFormatter": "ms-python.black-formatter"
|
|
// },
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"search.useIgnoreFiles": false,
|
|
"search.exclude": {
|
|
"build/*/config.json": true,
|
|
"build/**/*.MAP": true,
|
|
"build.ninja": true,
|
|
".ninja_*": true,
|
|
"objdiff.json": true
|
|
},
|
|
"files.associations": {
|
|
"*.inc": "cpp",
|
|
"xutility": "cpp",
|
|
"type_traits": "cpp",
|
|
"xtr1common": "cpp",
|
|
"limits": "cpp",
|
|
"utility": "cpp",
|
|
"initializer_list": "cpp"
|
|
}
|
|
}
|