about summary refs log tree commit diff
path: root/treefmt.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-22 13:19:04 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-22 13:19:04 -0700
commit73472d6ab13d614760c52e42308a9c78ea28381d (patch)
tree3d6c196a7e6054d891ef4f9993bd07848f0f295e /treefmt.toml
parentupdate the resume with new title (diff)
downloadfcuny.net-73472d6ab13d614760c52e42308a9c78ea28381d.tar.gz
formatted correctly
Diffstat (limited to '')
-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"]