misc tiny updates i can't be bothered to list or split up into multiple commits

This commit is contained in:
askiiart 2024-11-18 08:19:06 -06:00
parent 0931ea7330
commit 378dd53514
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 42 additions and 39 deletions

View file

@ -93,6 +93,7 @@ procratstinator.gray-formatter
raynigon.nginx-formatter
rdnlsmith.linux-themes
redhat.java
redhat.vscode-xml
redhat.vscode-yaml
robbowen.synthwave-vscode
rokoroku.vscode-theme-darcula

View file

@ -113,5 +113,8 @@
"editor.fontLigatures": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
}
}