mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
36 lines
No EOL
975 B
JSON
36 lines
No EOL
975 B
JSON
{
|
|
"editor.fontFamily": "'Jetbrains Mono', 'Droid Sans Mono', 'monospace'",
|
|
"workbench.colorTheme": "Brackets Light Pro",
|
|
"workbench.iconTheme": "vs-minimal",
|
|
"workbench.sideBar.location": "right",
|
|
"editor.wordWrap": "on",
|
|
"editor.fontSize": 14,
|
|
"editor.mouseWheelZoom": true,
|
|
"editor.formatOnPaste": false,
|
|
"editor.formatOnSave": false,
|
|
"editor.minimap.enabled": false,
|
|
"editor.tabCompletion": "on",
|
|
"editor.tabSize": 2,
|
|
|
|
"explorer.confirmDelete": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
|
|
"window.menuBarVisibility": "hidden",
|
|
|
|
"gitlens.codeLens.enabled": false,
|
|
"git.autofetch": true,
|
|
"git.confirmSync": false,
|
|
"git.enableSmartCommit": true,
|
|
|
|
"emmet.includeLanguages": {
|
|
"javascript": "javascriptreact"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 2
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 2
|
|
}
|
|
} |