mirror of https://github.com/PrimeDecomp/prime.git
18 lines
401 B
JSON
18 lines
401 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"
|
|
},
|
|
"files.autoSave": "onFocusChange",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
}
|