-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-settings.json
36 lines (36 loc) · 1.43 KB
/
vscode-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
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": false,
"workbench.colorTheme": "Noctis Obscuro",
"workbench.iconTheme": "eq-material-theme-icons-ocean",
"git.enableSmartCommit": true,
"editor.renderControlCharacters": true,
"editor.minimap.enabled": false,
"files.autoSave": "onWindowChange",
"editor.tabSize": 2,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"window.zoomLevel": 1,
"gitlens.historyExplorer.enabled": true,
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"materialTheme.fixIconsRunning": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.fontFamily": "'Fira Code iScript'",
"editor.fontLigatures": true,
"workbench.editor.labelFormat": "short",
"files.hotExit": "onExitAndWindowClose",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"javascript.validate.enable": false,
"eslint.autoFixOnSave": true
}