aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--treefmt.toml9
1 files changed, 3 insertions, 6 deletions
diff --git a/treefmt.toml b/treefmt.toml
index ece9c3e..67dd3df 100644
--- a/treefmt.toml
+++ b/treefmt.toml
@@ -3,14 +3,11 @@ command = "nixpkgs-fmt"
includes = ["*.nix"]
[formatter.toml]
-command = "taplo"
-options = ["format", "$@"]
+command = "taplo"
+options = ["format", "$@"]
includes = ["*.toml"]
[formatter.prettier]
command = "prettier"
options = ["--write"]
-includes = [
- "*.css",
- "*.md",
-]
+includes = ["*.css", "*.md"]