syncfiles/.vscode/settings.json

7 lines
120 B
JSON
Raw Normal View History

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