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 cosmikwolf committed Feb 26, 2024
1 parent 391ebda commit e89dabd
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 e89dabd

Please sign in to comment.