mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
3fbfdf01d2
* threads galore * something's up * try this * I don't even * who knows * I can't stop it * let's try data for fun * ok I think I've gone far enough * well maybe a little more * visual assets somewhat documented * just keeps going * forgot formatting * let 's try bss * too much? * one fix * even more things * one quick thing * oh come on * graph complete? * format and such * decomp and such * small cleanup * 6 and such * more overlay fixes * more of them * again * and done
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
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",
|
|
"common.h": "c",
|
|
"sf64math.h": "c",
|
|
"ultra64.h": "c",
|
|
"os_internal.h": "c",
|
|
"structs.h": "c",
|
|
"stdint.h": "c",
|
|
"xstdio.h": "c",
|
|
"controller.h": "c",
|
|
"os_version.h": "c",
|
|
"stdbool.h": "c",
|
|
"variables.h": "c",
|
|
"functions.h": "c",
|
|
"macros.h": "c",
|
|
"random": "c",
|
|
"limits": "c",
|
|
"algorithm": "c",
|
|
"dfee30.h": "c",
|
|
"df4260.h": "c",
|
|
"symbol_addrs_overlays": "cpp"
|
|
},
|
|
} |