mirror of
https://github.com/zeldaret/ss
synced 2026-06-02 18:18:38 -04:00
dc221b4795
* EGG: Archive, DvdFile, DvdRipper * start eggStream * FrmHeap and AssertHeap OK * progress on EggController * port in WPAD stuff * update WPAD/WUD/KPAD/SC symbols * eggController OK * bytematch more CoreController virtual funcs * eggDecomp/eggStreamDecomp Ok * eggDvdRipper OK * EGG gfx splits * Finished Splitting EGG * create egg Files * eggDecomp.h -> eggStreamDecomp.h * Revert some format changes
36 lines
921 B
JSON
36 lines
921 B
JSON
{
|
|
"[c]": {
|
|
"files.encoding": "utf8",
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
},
|
|
"[cpp]": {
|
|
"files.encoding": "utf8",
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
},
|
|
// "[python]": {
|
|
// "editor.defaultFormatter": "ms-python.black-formatter"
|
|
// },
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"search.useIgnoreFiles": false,
|
|
"search.exclude": {
|
|
"build/*/config.json": true,
|
|
"build/**/*.MAP": true,
|
|
"build.ninja": true,
|
|
".ninja_*": true,
|
|
"objdiff.json": true
|
|
},
|
|
"files.associations": {
|
|
"*.inc": "cpp",
|
|
"xutility": "cpp",
|
|
"type_traits": "cpp",
|
|
"xtr1common": "cpp",
|
|
"limits": "cpp",
|
|
"utility": "cpp",
|
|
"initializer_list": "cpp",
|
|
"new": "cpp",
|
|
"cstdlib": "cpp",
|
|
"xmemory": "cpp"
|
|
}
|
|
}
|