Skip to content

Commit 74479f9

Browse files
committed
Merge branch 'master' of github.com:AndrewRayCode/configs
2 parents c1d2566 + 7858e48 commit 74479f9

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

code/settings.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"eslint.enable": true,
55
"javascript.validate.enable": false,
66
"editor.rulers": [80],
7-
"window.zoomLevel": 1,
7+
"window.zoomLevel": 0,
88
"files.exclude": {
99
"**/.DS_Store": true,
1010
"**/.git": true,
@@ -38,5 +38,12 @@
3838
"terminal.integrated.rendererType": "dom",
3939
"editor.tokenColorCustomizations": {
4040
"comments": "#d152ff"
41-
}
41+
},
42+
"prettier.requireConfig": true,
43+
"workbench.colorCustomizations": {
44+
"[rainbow]": {
45+
"editor.background": "#000"
46+
}
47+
},
48+
"workbench.sideBar.location": "left"
4249
}

0 commit comments

Comments
 (0)