hUI/.vscode/settings.json

7 lines
128 B
JSON
Raw Normal View History

2024-03-06 19:34:28 +00:00
{
"editor.detectIndentation": false,
"editor.tabSize": 2,
2024-03-25 13:26:30 +00:00
"editor.insertSpaces": true,
"editor.wordWrap": "off"
2024-03-06 19:34:28 +00:00
}