mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 06:03:52 +08:00
* base config * add launch.json * little more * cleanup * fix --------- Co-authored-by: Justin Newberry <jnewberry0502@gmail.com>
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
|
|
}
|
|
} |