-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
33 lines (33 loc) · 1.21 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"workbench.colorTheme": "Night Blue",
"workbench.startupEditor": "newUntitledFile",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.rulers": [80],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff440042",
"sideBar.border": "#FFFFFF10",
"editorLineNumber.foreground": "#FFFFFF20",
"editor.lineHighlightBackground": "#ff440022",
"editorGroupHeader.tabsBorder": "#FFFFFF00",
"tab.inactiveBackground": "#FFFFFF10",
"editorBracketMatch.background":"#FFFFFF20",
"editorBracketMatch.border":"#FFFFFF20",
"editorIndentGuide.background": "#FFFFFF10",
"editorIndentGuide.activeBackground": "#FFFFFF20",
"editorWhitespace.foreground": "#FFFFFF20",
},
"editor.renderWhitespace": "all",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"html.autoClosingTags": false,
"editor.fontSize": 13,
"window.zoomLevel": 0,
"[plaintext]": {},
"editor.tabSize": 2,
"explorer.autoReveal": false,
"workbench.list.openMode": "doubleClick",
}