Skip to content

Commit

Permalink
fix(apps/vscode): set default formatter for fish
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jun 17, 2024
1 parent 09cc298 commit 443e473
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/apps/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"prettier.useTabs": true,
"editor.tabSize": 4,
"editor.detectIndentation": false,
"[fish]": {
"editor.defaultFormatter": "bmalehorn.vscode-fish"
},
"[FortranFreeForm]": {
"editor.defaultFormatter": "fortran-lang.linter-gfortran"
},
Expand Down

0 comments on commit 443e473

Please sign in to comment.