Skip to content

Commit

Permalink
feat(languages): use fish_indent as the formatter for fish
Browse files Browse the repository at this point in the history
  • Loading branch information
kpbaks authored and archseer committed Feb 12, 2024
1 parent 0eec518 commit 78ed3ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ file-types = ["fish"]
shebangs = ["fish"]
comment-token = "#"
indent = { tab-width = 4, unit = " " }
auto-format = true
formatter = { command = "fish_indent" }

[[grammar]]
name = "fish"
Expand Down

0 comments on commit 78ed3ad

Please sign in to comment.