Add VS Code settings

This commit is contained in:
Dietrich Epp 2022-03-17 12:46:04 -04:00
parent 3f1b059de2
commit 3d8bf3721e
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"editor.rulers": [80],
"editor.detectIndentation": false,
"editor.tabSize": 4
}