forked from douglasmartins7/visual-studio-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
36 lines (36 loc) · 1.47 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 default and user settings. {
//Aurulent Sans Mono, Courier Prime Code, Office Code Pro D, Hasklig, Droid Sans Mono, DejaVu Sans Mono, Source Code Pro, Roboto Mono, Hack
"editor.fontFamily": "Hasklig Medium",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.glyphMargin": true,
"window.openFilesInNewWindow": "off",
"explorer.openEditors.visible": 0,
"editor.mouseWheelZoom": true,
"editor.detectIndentation": true,
"editor.lineHeight": 30,
"editor.autoClosingBrackets": true,
"editor.formatOnType": true,
"editor.renderIndentGuides": true,
"editor.tabCompletion": true,
"workbench.editor.enablePreview": false,
"typescript.useCodeSnippetsOnMethodSuggest": true,
"editor.formatOnSave": false,
"editor.wordWrap": "off",
"editor.cursorBlinking": "phase",
"editor.minimap.enabled": true,
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.showWelcomeMessage": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"material-icon-theme.folders.icons": "blue",
"files.autoSave": "off",
"window.zoomLevel": 0,
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"materialTheme.cache.workbench.settings": {
"themeColours": "Darker"
},
"workbench.colorTheme": "Dracula"
}