mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
26 lines
860 B
JSON
26 lines
860 B
JSON
{
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"editor.tabSize": 4,
|
|
"editor.fontFamily": "JetBrains Mono, Consolas, monospace",
|
|
"editor.fontLigatures": true,
|
|
"editor.minimap.enabled": false,
|
|
"terminal.integrated.fontFamily": "JetBrains Mono",
|
|
"debug.console.fontFamily": "JetBrains Mono",
|
|
"scm.inputFontFamily": "JetBrains Mono",
|
|
"apc.font.family": "JetBrains Mono",
|
|
"apc.stylesheet": {
|
|
".monaco-workbench": "font-family: 'JetBrains Mono'"
|
|
},
|
|
"editor.smoothScrolling": true,
|
|
"workbench.list.smoothScrolling": true,
|
|
"editor.cursorBlinking": "smooth",
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.renderWhitespace": "none",
|
|
"breadcrumbs.enabled": false,
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.stickyScroll.enabled": true,
|
|
"editor.formatOnSave": true
|
|
}
|