Starship/.vscode/settings.json
Alejandro Javier Asenjo Nitti 63fe5d74e2 decompile func_80187CA8_EC0368
2023-10-18 16:32:17 -03:00

25 lines
547 B
JSON

{
"python.formatting.autopep8Args": [
"--ignore",
"E402"
],
"search.useIgnoreFiles": false,
"search.exclude": {
"**/.git": true,
"**/.github": true,
"build/**": true,
"expected/**": true,
"tools/**": true,
"tools/aspatch/**": false,
"tools/gfxsotn/**": false,
},
"defines": [
"_LANGUAGE_C" // For gbi.h
],
"files.associations": {
"hud.h": "c",
"global.h": "c",
"ultratypes.h": "c",
"mbi.h": "c"
},
}