Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Sep 21, 2023
1 parent 302ef9f commit 455b50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function watch --description 'watch with fish alias support'
function fwatch --description 'watch with fish alias support'
if count $argv > /dev/null
command watch -x (which fish) -c "$argv"
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@
"[rust]": {
"editor.tabSize": 4,
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file"
},

"[python]": {
Expand Down

0 comments on commit 455b50a

Please sign in to comment.