Skip to content

Commit 78ed3ad

Browse files
kpbaksarchseer
authored andcommitted
feat(languages): use fish_indent as the formatter for fish
1 parent 0eec518 commit 78ed3ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

languages.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ file-types = ["fish"]
311311
shebangs = ["fish"]
312312
comment-token = "#"
313313
indent = { tab-width = 4, unit = " " }
314+
auto-format = true
315+
formatter = { command = "fish_indent" }
314316

315317
[[grammar]]
316318
name = "fish"

0 commit comments

Comments
 (0)