Compare commits
2 Commits
75617b5fd3
...
f8fd1380bd
Author | SHA1 | Date |
---|---|---|
Bauke | f8fd1380bd | |
Bauke | 0b88be14c2 |
|
@ -5,6 +5,8 @@ alias ls="exa"
|
||||||
alias mgs="mgitstatus"
|
alias mgs="mgitstatus"
|
||||||
alias o="xdg-open"
|
alias o="xdg-open"
|
||||||
alias ssh="kitty +kitten ssh"
|
alias ssh="kitty +kitten ssh"
|
||||||
|
alias tar-extract="tar -x -f"
|
||||||
|
alias tar-list="tar -t -f"
|
||||||
alias trash="gio trash"
|
alias trash="gio trash"
|
||||||
alias youtube-dl="yt-dlp"
|
alias youtube-dl="yt-dlp"
|
||||||
|
|
||||||
|
|
|
@ -139,6 +139,8 @@
|
||||||
"todo-tree.highlights.enabled": false,
|
"todo-tree.highlights.enabled": false,
|
||||||
// Redhat
|
// Redhat
|
||||||
"redhat.telemetry.enabled": false,
|
"redhat.telemetry.enabled": false,
|
||||||
|
// Linter XO (ID: samverschueren.linter-xo).
|
||||||
|
"xo.format.enable": true,
|
||||||
/* Language-specific overrides. */
|
/* Language-specific overrides. */
|
||||||
"[html]": {
|
"[html]": {
|
||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
|
@ -172,6 +174,10 @@
|
||||||
"editor.defaultFormatter": "stylelint.vscode-stylelint",
|
"editor.defaultFormatter": "stylelint.vscode-stylelint",
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
},
|
},
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.defaultFormatter": "samverschueren.linter-xo",
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
"[xml]": {
|
"[xml]": {
|
||||||
"editor.wordWrap": "on"
|
"editor.wordWrap": "on"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue