chore: project-wide vscode formatting prefs

This commit is contained in:
Cat Flynn 2023-08-02 01:00:35 +02:00
parent 9445794914
commit d845c71385
1 changed files with 5 additions and 0 deletions

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

@ -0,0 +1,5 @@
{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false
}