mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2024-12-22 17:33:48 +03:00
7 lines
169 B
JSON
7 lines
169 B
JSON
{
|
|
"python.linting.enabled": true,
|
|
"python.pythonPath": "/usr/bin/python3",
|
|
"prettier.singleQuote": true,
|
|
"typescript.preferences.quoteStyle": "single"
|
|
}
|