-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
31 lines (31 loc) · 1.03 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
{
"window.zoomLevel": 1,
"files.insertFinalNewline": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"explorer.confirmDragAndDrop": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnSave": true,
"prettier.bracketSpacing": false,
"prettier.printWidth": 120,
"prettier.stylelintIntegration": true,
"prettier.trailingComma": "es5",
"workbench.editor.enablePreview": false,
"files.associations": {
"*.css": "postcss"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.colorTheme": "(Actual) Obsidian",
"emmet.showSuggestionsAsSnippets": true,
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"merge-conflict.diffViewPosition": "Below",
"diffEditor.renderSideBySide": false,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"workbench.settings.openDefaultKeybindings": true
}