diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-22 13:19:04 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-22 13:19:04 -0700 |
commit | 73472d6ab13d614760c52e42308a9c78ea28381d (patch) | |
tree | 3d6c196a7e6054d891ef4f9993bd07848f0f295e | |
parent | update the resume with new title (diff) | |
download | fcuny.net-73472d6ab13d614760c52e42308a9c78ea28381d.tar.gz |
formatted correctly
-rw-r--r-- | treefmt.toml | 9 |
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"] |