42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"workbench.colorTheme": "Dracula Pro (Blade)",
|
|
"workbench.startupEditor": "none",
|
|
"workbench.tree.indent": 16,
|
|
"workbench.tree.renderIndentGuides": "always",
|
|
"workbench.list.smoothScrolling": true,
|
|
"workbench.sideBar.location": "left",
|
|
"editor.fontFamily": "'MonoLisa', 'Fira Code', 'JetBrains Mono', 'Hack', monospace",
|
|
"editor.fontSize": 14,
|
|
"editor.fontLigatures": true,
|
|
"editor.lineHeight": 22,
|
|
"editor.letterSpacing": 0.5,
|
|
"editor.cursorBlinking": "smooth",
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.cursorStyle": "line",
|
|
"editor.cursorWidth": 2,
|
|
"editor.smoothScrolling": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"files.autoSave": "afterDelay",
|
|
"files.autoSaveDelay": 1000,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": "active",
|
|
"editor.guides.bracketPairsHorizontal": "active",
|
|
"editor.guides.indentation": true,
|
|
"editor.guides.highlightActiveIndentation": true,
|
|
"editor.minimap.enabled": true,
|
|
"editor.minimap.renderCharacters": false,
|
|
"editor.minimap.showSlider": "mouseover",
|
|
"editor.minimap.maxColumn": 120,
|
|
"editor.inlayHints.enabled": "onUnlessPressed",
|
|
"editor.linkedEditing": true,
|
|
"editor.renderWhitespace": "selection",
|
|
"editor.snippetSuggestions": "top",
|
|
"terminal.integrated.fontFamily": "'MonoLisa', 'Fira Code', 'MesloLGS NF', monospace",
|
|
"terminal.integrated.fontSize": 13,
|
|
"terminal.integrated.smoothScrolling": true,
|
|
"terminal.integrated.cursorBlinking": true,
|
|
"terminal.integrated.cursorStyle": "line"
|
|
} |