Starship/.vscode/settings.json
Alejandro Javier Asenjo Nitti 2142ae4410 guLookAt
2023-10-17 17:08:15 -03:00

21 lines
450 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": {
},
}