2022-09-30 21:51:20 +00:00
|
|
|
{
|
|
|
|
"[c]": {
|
|
|
|
"files.encoding": "shiftjis",
|
|
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
|
|
},
|
|
|
|
"[cpp]": {
|
|
|
|
"files.encoding": "shiftjis",
|
|
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
|
|
},
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"files.associations": {
|
2022-10-08 02:38:36 +00:00
|
|
|
"source_location": "cpp",
|
2022-10-13 15:19:18 +00:00
|
|
|
"stdio.h": "c",
|
|
|
|
"stddef.h": "c",
|
|
|
|
"errno.h": "c",
|
|
|
|
"ansi_files.h": "c",
|
2022-10-15 21:47:17 +00:00
|
|
|
"types.h": "c",
|
2022-10-16 00:58:24 +00:00
|
|
|
"gba.h": "c",
|
|
|
|
"gbapriv.h": "c",
|
2022-10-16 02:14:54 +00:00
|
|
|
"os.h": "c",
|
2022-10-22 06:59:50 +00:00
|
|
|
"sipriv.h": "c",
|
|
|
|
"dvd_regs.h": "c",
|
|
|
|
"dvd.h": "c",
|
2022-10-22 16:49:11 +00:00
|
|
|
"dvdpriv.h": "c",
|
2022-10-26 05:54:27 +00:00
|
|
|
"__ppc_eabi_linker.h": "c",
|
|
|
|
"hack.h": "c"
|
2022-09-30 21:51:20 +00:00
|
|
|
},
|
|
|
|
"files.autoSave": "onFocusChange",
|
|
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.trimFinalNewlines": true,
|
2022-10-09 05:13:17 +00:00
|
|
|
"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_"
|
2022-10-13 06:15:26 +00:00
|
|
|
},
|
2022-10-09 05:13:17 +00:00
|
|
|
],
|
|
|
|
"C/C++ Include Guard.Auto Update Path Allowlist": [
|
|
|
|
"include"
|
|
|
|
],
|
2022-10-13 06:15:26 +00:00
|
|
|
"C/C++ Include Guard.Auto Update Path Blocklist": [
|
|
|
|
"include/zlib"
|
|
|
|
]
|
2022-09-30 21:51:20 +00:00
|
|
|
}
|