hUI/.vscode/settings.json

7 lines
128 B
JSON
Raw Normal View History

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