Skip to content

Commit

Permalink
vscode workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dellagustin committed Mar 27, 2021
1 parent 0c8ba96 commit 3ba5655
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"[json]": {
"editor.detectIndentation": false,
"editor.insertSpaces": false
},
"[javascript]": {
"editor.detectIndentation": false,
"editor.insertSpaces": false
}
}

0 comments on commit 3ba5655

Please sign in to comment.