dotfiles/vscode/settings.json
2022-06-12 17:17:44 +01:00

75 lines
2.2 KiB
JSON

{
"editor.fontFamily": "Liga Liberation Mono",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.fontWeight": 400,
"editor.formatOnPaste": false,
"editor.wordWrap": "on",
"editor.cursorBlinking": "smooth",
"editor.smoothScrolling": true,
"editor.formatOnSave": true,
"editor.bracketPairColorization.enabled": true,
"terminal.integrated.fontFamily": "Liga Liberation Mono",
"terminal.integrated.fontSize": 11,
"terminal.integrated.fontWeight": "400",
"terminal.integrated.tabs.enabled": true,
"debug.console.fontFamily": "Liga Liberation Mono",
"debug.console.fontSize": 12,
"explorer.confirmDelete": false,
"workbench.list.smoothScrolling": true,
"workbench.startupEditor": "none",
"workbench.colorCustomizations": {
"scrollbar.shadow": "#ffffff00"
},
"workbench.iconTheme": "material-icon-theme",
"npm.enableRunFromFolder": true,
"security.workspace.trust.untrustedFiles": "open",
"files.trimFinalNewlines": true,
"vim.statusBarColorControl": false,
"vim.leader": "/",
"vim.useSystemClipboard": true,
"vim.highlightedyank.enable": true,
"vim.highlightedyank.color": "#18e00040",
"markdown.styles": ["markdown-styles.css"],
"markdown-preview-github-styles.colorTheme": "light",
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"fontStyle": ""
}
}
]
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.minimap.enabled": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"[shellscript]": {
"editor.defaultFormatter": "shakram02.bash-beautify"
},
"workbench.colorTheme": "Alien Blood ",
"window.titleBarStyle": "custom"
}