syncfiles/.vscode/settings.json

7 lines
120 B
JSON
Raw Normal View History

2022-03-17 12:46:04 -04:00
{
"editor.rulers": [80],
"editor.detectIndentation": false,
2022-03-23 01:25:59 -04:00
"editor.tabSize": 4,
"editor.insertSpaces": false
2022-03-17 12:46:04 -04:00
}