dotfiles/settings.json
2023-08-02 12:39:07 +02:00

52 lines
1.4 KiB
JSON

{
"keyboard.dispatch": "keyCode",
"godot_tools.gdscript_lsp_server_port": 6005,
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash",
"args": ["--login"]
}
},
"editor.fontLigatures": true,
"vim.handleKeys": {
"<C-w>": false
},
"editor.fontFamily": "FiraCode Nerd Font",
"git.autofetch": true,
"editor.formatOnSave": true,
"terminal.integrated.confirmOnExit": "always",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.editor.enablePreview": false,
"diffEditor.renderSideBySide": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"terminal.integrated.scrollback": 10000,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"editor.inlayHints.fontSize": 8,
"editor.inlayHints.padding": true,
"workbench.colorTheme": "Gruvbox Dark Hard",
"gitdoc.autoCommitDelay": 3000,
"workbench.iconTheme": "minimalistic-icons",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.renderWhitespace": "all",
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "none",
"zenMode.fullScreen": false,
"zenMode.centerLayout": false,
"editor.rulers": [
80
],
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}