mirror of https://github.com/helix-editor/helix
feat(languages): use `fish_indent` as the formatter for fish
parent
0eec518ff6
commit
78ed3aded3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue