LNXSDK/.vscode/settings.json

9 lines
141 B
JSON
Raw Permalink Normal View History

2025-01-22 16:18:30 +01:00
{
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"[python]": {
"editor.insertSpaces": true
}
}