mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
18 lines
391 B
JSON
18 lines
391 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,
|
||
|
},
|
||
|
"files.associations": {
|
||
|
},
|
||
|
}
|