WebTools/.vscode/settings.json

7 lines
126 B
JSON
Raw Normal View History

2023-10-26 21:25:53 +02:00
{
"editor.detectIndentation": false,
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
"editor.insertSpaces": false,
}