misc minor updates

This commit is contained in:
askiiart 2024-08-01 19:16:18 -05:00
parent 0bc78c17d8
commit 3efec5e141
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
8 changed files with 28 additions and 11 deletions

View file

@ -111,5 +111,8 @@
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 300,
"editor.fontFamily": "'Fira Code Nerd', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontLigatures": true
"editor.fontLigatures": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
}
}