Skip to content

Commit de1b441

Browse files
committed
chore: vs code stuff
1 parent 49ec6d4 commit de1b441

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"editor.bracketPairColorization.enabled": true,
3+
"editor.fontLigatures": true,
4+
"editor.guides.bracketPairs": true,
5+
"editor.guides.bracketPairsHorizontal": true,
6+
"editor.guides.highlightActiveBracketPair": true,
7+
"editor.stickyScroll.enabled": false,
8+
"explorer.autoReveal": false,
39
"files.associations": {
410
"**/*.json5": "jsonc"
511
},

0 commit comments

Comments
 (0)