mirror of https://github.com/PrimeDecomp/prime.git
20 lines
437 B
JSON
20 lines
437 B
JSON
{
|
|
"[c]": {
|
|
"files.encoding": "shiftjis",
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
},
|
|
"[cpp]": {
|
|
"files.encoding": "shiftjis",
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
},
|
|
"editor.tabSize": 2,
|
|
"files.associations": {
|
|
"source_location": "cpp",
|
|
"dtk.h": "c",
|
|
"dvd.h": "c"
|
|
},
|
|
"files.autoSave": "onFocusChange",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
}
|