2023-01-02 21:32:46 +00:00
|
|
|
{
|
2025-04-03 14:32:47 +01:00
|
|
|
"editor.rulers": [
|
|
|
|
|
80,
|
|
|
|
|
100,
|
|
|
|
|
120
|
|
|
|
|
],
|
2023-01-02 21:32:46 +00:00
|
|
|
"editor.fontLigatures": true,
|
|
|
|
|
"files.watcherExclude": {
|
|
|
|
|
"**/.bloop": true,
|
|
|
|
|
"**/.metals": true,
|
|
|
|
|
"**/.ammonite": true
|
|
|
|
|
},
|
|
|
|
|
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
|
|
|
|
|
"vscode-neovim.neovimInitVimPaths.linux": "~/.config/nvim/init.vim",
|
|
|
|
|
"files.autoSave": "onFocusChange",
|
|
|
|
|
"editor.fontFamily": "'FiraCode', 'monospace', 'Font Awesome 6 Free Solid', 'Font Awesome 6 Free Regular', 'Font Awesome 6 Brands Regular'",
|
|
|
|
|
"editor.lineNumbers": "relative",
|
|
|
|
|
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?_",
|
|
|
|
|
"diffEditor.codeLens": true,
|
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
|
"files.trimFinalNewlines": true,
|
|
|
|
|
"editor.codeLensFontFamily": "FiraCode",
|
|
|
|
|
"metals.enableIndentOnPaste": true,
|
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
|
"vetur.format.options.tabSize": 4,
|
2023-10-12 22:08:53 +01:00
|
|
|
"monkeyC.developerKeyPath": "/home/chris/.config/connectiq/developer_key",
|
2023-12-10 12:58:33 +00:00
|
|
|
"monkeyC.typeCheckLevel": "Off",
|
|
|
|
|
"extensions.experimental.affinity": {
|
|
|
|
|
"asvetliakov.vscode-neovim": 1
|
2024-05-19 17:14:41 +01:00
|
|
|
},
|
2024-12-27 09:59:30 +00:00
|
|
|
"explorer.confirmDragAndDrop": false,
|
2024-12-29 12:22:01 +00:00
|
|
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
|
|
|
|
"[markdown]": {
|
|
|
|
|
"files.trimTrailingWhitespace": false
|
2025-01-19 11:42:03 +00:00
|
|
|
},
|
|
|
|
|
"editor.formatOnPaste": true,
|
2025-04-03 14:32:47 +01:00
|
|
|
"[php]": {
|
|
|
|
|
"editor.defaultFormatter": "DEVSENSE.phptools-vscode"
|
|
|
|
|
},
|
|
|
|
|
"prettier.tabWidth": 4,
|
|
|
|
|
"prettier.enable": false
|
|
|
|
|
}
|