feat(languages): use fish_indent
as the formatter for fish
This commit is contained in:
parent
0eec518ff6
commit
78ed3aded3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue