mirror of https://github.com/PrimeDecomp/prime.git
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
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",
|
|
"console_io.h": "c",
|
|
"file_struc.h": "c",
|
|
"osreset.h": "c",
|
|
"vi.h": "c",
|
|
"gxstruct.h": "c",
|
|
"vifuncs.h": "c"
|
|
},
|
|
"files.autoSave": "onFocusChange",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"C/C++ Include Guard.Macro Type": "Filename",
|
|
"C/C++ Include Guard.Prefix": "_",
|
|
"C/C++ Include Guard.Suffix": "",
|
|
"C/C++ Include Guard.Comment Style": "Line",
|
|
"C/C++ Include Guard.Subfolder Prefixes": [
|
|
{
|
|
"folderPath": "include/dolphin",
|
|
"prefix": "DOLPHIN_"
|
|
},
|
|
{
|
|
"folderPath": "include/musyx",
|
|
"prefix": "MUSYX_"
|
|
},
|
|
{
|
|
"folderPath": "include/rstl",
|
|
"prefix": "RSTL_"
|
|
}
|
|
],
|
|
"C/C++ Include Guard.Auto Update Path Allowlist": [
|
|
"include"
|
|
],
|
|
}
|