mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
67d357baa5
* base config * add launch.json * little more * cleanup * fix --------- Co-authored-by: Justin Newberry <jnewberry0502@gmail.com> old-commit-hash: 96ce470b7356a5dc3ca2e02aa6fc8d08646faf78
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.renderWhitespace": "trailing",
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.exclude": {
|
|
"**/.git": true,
|
|
"**/.venv": true,
|
|
"**/__pycache__": true
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.venv": true,
|
|
"**/__pycache__": true
|
|
}
|
|
} |