Skip to content

Commit

Permalink
Using tab size 2 & spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Sep 22, 2024
1 parent fce8504 commit fdf4f5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"files.trimTrailingWhitespace": true,
"typescript.preferences.quoteStyle": "single",
"typescript.format.semicolons": "remove"
"typescript.format.semicolons": "remove",
"editor.tabSize": 2,
"editor.insertSpaces": true
}

0 comments on commit fdf4f5c

Please sign in to comment.