-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
56 lines (56 loc) · 1.94 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
48
49
50
51
52
53
54
55
56
{
"diffEditor.ignoreTrimWhitespace": true,
"editor.find.seedSearchStringFromSelection": true,
"editor.fontFamily": "FiraCode-Retina, Cascadia Code",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "selection",
"editor.suggestSelection": "first",
"[python]": {
"editor.wordWrapColumn": 79,
"editor.rulers": [
79
],
},
"beautify.language": {
"html": [
"htm",
"html",
"django-html"
]
},
"files.autoSave": "onFocusChange",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"projectManager.showProjectNameInStatusBar": false,
"python.insidersChannel": "weekly",
"python.jediEnabled": false,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontFamily": "FiraCode-Retina, Cascadia Code",
"terminal.integrated.fontSize": 12,
"terminal.integrated.rendererType": "experimentalWebgl",
"terminal.integrated.shell.osx": "/bin/zsh",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.activityBar.visible": true,
"workbench.colorCustomizations": {
"editorIndentGuide.background": "#ffffff00"
},
"workbench.colorTheme": "Monokai Pro",
"workbench.fontAliasing": "auto",
"workbench.iconTheme": "Monokai Pro Icons",
"workbench.settings.editor": "json",
"workbench.settings.openDefaultSettings": true,
"workbench.settings.useSplitJSON": true,
"workbench.startupEditor": "newUntitledFile",
"zenMode.centerLayout": false,
"zenMode.fullScreen": false,
"zenMode.hideTabs": false,
}