-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
36 lines (36 loc) · 1.35 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
// Place your settings in this file to overwrite the default settings
{
"explorer.confirmDragAndDrop": false,
"eslint.autoFixOnSave": true,
"eslint.nodePath": "~/.config/yarn/global/node_modules/eslint/",
"eslint.packageManager": "yarn",
"git.autofetch": true,
"git.enableSmartCommit": true,
// "editor.formatOnSave": true,
"workbench.colorCustomizations": {
"editor.rangeHighlightBackground": "#ff0000",
"editorWarning.foreground": "#FFAA00",
"editorWarning.border": "#552300"
},
"prettier.trailingComma": "all",
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"explorer.confirmDelete": false,
"editor.multiCursorModifier": "alt",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"window.zoomLevel": 0,
"files.autoSave": "onWindowChange",
"editor.tabSize": 2,
"workbench.startupEditor": "none",
// "workbench.editor.tabSizing": "shrink",
// "workbench.editor.tabCloseButton": "left",
}