2023-10-05 03:26:02 +00:00
|
|
|
{
|
|
|
|
"[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,
|
|
|
|
"files.associations": {
|
|
|
|
"*.inc": "cpp"
|
|
|
|
},
|
|
|
|
"search.useIgnoreFiles": false,
|
|
|
|
"search.exclude": {
|
|
|
|
"build/*/config.json": true,
|
|
|
|
"build/**/*.MAP": true,
|
|
|
|
"build.ninja": true,
|
|
|
|
".ninja_*": true,
|
2024-01-24 06:21:46 +00:00
|
|
|
"objdiff.json": true,
|
|
|
|
".mypy_cache": true
|
2023-10-05 03:26:02 +00:00
|
|
|
}
|
2024-01-24 06:21:46 +00:00
|
|
|
}
|