Skip to content

Commit

Permalink
🐛 fix Fix devos treefmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Valen authored and blaggacao committed Nov 12, 2022
1 parent 402ab8e commit 54ede8e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions examples/devos/treefmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ includes = ["*.nix"]
command = "prettier"
options = ["--write"]
includes = [
"*.json",
"*.yaml",
"*.md",
"*.json",
"*.yaml",
"*.md",
]

[formatter.shell]
command = "shfmt"
options = [
"-s",
"-w",
"-i 2",
"-s",
"-w",
"-i",
"2",
]
includes = ["*.sh"]

0 comments on commit 54ede8e

Please sign in to comment.