-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvscode-user-settings.json
34 lines (34 loc) · 1.16 KB
/
vscode-user-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
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"workbench.colorTheme": "Snazzy Operator",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Operator Mono",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.tabSize": 2,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": true,
"suppressWelcomeNotice": true
},
"material-icon-theme.showUpdateMessage": false,
"workbench.startupEditor": "newUntitledFile",
"git.confirmSync": false,
"vsicons.dontShowNewVersionMessage": true,
"editor.renderWhitespace": "all",
"git.autofetch": true,
"files.associations": {
".stylelintrc": "json"
},
"extensions.ignoreRecommendations": false,
"git.enableSmartCommit": true,
"terminal.integrated.fontFamily": "Operator Mono"
}