forked from lamhoang1256/beautiful-dracula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
47 lines (47 loc) · 1.67 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"terminal.integrated.defaultProfile.windows": "Git Bash",
"editor.fontFamily": "JetBrains Mono,SF Mono,Operator Mono,monospace",
"editor.fontLigatures": true,
"editor.fontWeight": 500,
"editor.lineHeight": 29,
"editor.letterSpacing": 0.4,
"editor.formatOnSave": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.wordWrapColumn": 100,
"editor.wordWrap": "on",
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorWidth": 3,
"editor.tabSize": 2,
"vscode_custom_css.imports": ["file:///C:/Users/nguyenhoanglam/.vscode/customVScode/color.css"],
"liveServer.settings.donotShowInfoMsg": true,
"emmet.triggerExpansionOnTab": true,
"prettier.printWidth": 100,
"prettier.jsxSingleQuote": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"bracketPairColorizer.depreciation-notice": false,
"workbench.iconTheme": "material-icon-theme",
"indentRainbow.colors": [
"rgba(247, 37, 133,0.1)",
"rgba(181, 23, 158,0.1)",
"rgba(114, 9, 183, 0.1)",
"rgba(86, 11, 173,0.1)",
"rgba(72, 12, 168,0.1)",
"rgba(58, 12, 163,0.1)",
"rgba(63, 55, 201,0.1)",
"rgba(67, 97, 238,0.1)",
"rgba(72, 149, 239,0.1)",
"rgba(76, 201, 240,0.1)"
],
"git.enableSmartCommit": true,
"git.confirmSync": false,
"scss.lint.unknownAtRules": "ignore",
"editor.renderLineHighlight": "none",
"editor.minimap.enabled": false,
"terminal.integrated.fontWeight": "600",
"window.zoomLevel": 1.5,
"workbench.colorTheme": "Beautiful Dracula Normal - No Highlight"
// "editor.hover.enabled": false
}