This commit is contained in:
2025-04-03 14:32:47 +01:00
parent cdef557e0c
commit c9fc47670d
7 changed files with 76 additions and 56 deletions

View File

@@ -1,5 +1,9 @@
{
"editor.rulers": [80, 100, 120],
"editor.rulers": [
80,
100,
120
],
"editor.fontLigatures": true,
"files.watcherExclude": {
"**/.bloop": true,
@@ -18,7 +22,6 @@
"editor.codeLensFontFamily": "FiraCode",
"metals.enableIndentOnPaste": true,
"editor.detectIndentation": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"vetur.format.options.tabSize": 4,
"monkeyC.developerKeyPath": "/home/chris/.config/connectiq/developer_key",
"monkeyC.typeCheckLevel": "Off",
@@ -31,5 +34,9 @@
"files.trimTrailingWhitespace": false
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
}
"[php]": {
"editor.defaultFormatter": "DEVSENSE.phptools-vscode"
},
"prettier.tabWidth": 4,
"prettier.enable": false
}

View File

@@ -167,4 +167,4 @@ set -o ignoreeof # Stop CTRL-D from quitting
# Load syntax highlighting; should be last.
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
[ -f /etc/profile.d/autojump.sh ] && source /etc/profile.d/autojump.sh
[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh