Updates
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user