You've already forked spm-decomp
mirror of
https://github.com/encounter/spm-decomp.git
synced 2026-03-30 11:38:40 -07:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"[c]": {
|
|
"files.encoding": "utf8"
|
|
},
|
|
"[cpp]": {
|
|
"files.encoding": "utf8"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.associations": {
|
|
"*.inc": "cpp",
|
|
"*.h": "cpp",
|
|
"*.c": "cpp"
|
|
},
|
|
"search.useIgnoreFiles": false,
|
|
"search.exclude": {
|
|
"build/*/config.json": true,
|
|
"build/**/*.MAP": true,
|
|
"build.ninja": true,
|
|
".ninja_*": true,
|
|
"objdiff.json": true,
|
|
".mypy_cache": true
|
|
}
|
|
}
|