Skip to content

Commit

Permalink
fix IDE settings (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Dec 27, 2021
1 parent 3c8fe24 commit c3ad7cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Client/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"**/dist": true,
"**/node_modules": true,
"**/package-lock.json": true
}
}
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active"
}

0 comments on commit c3ad7cb

Please sign in to comment.