Skip to content

Commit 3303edd

Browse files
authored
chore: add treefmt config file (#42)
1 parent b48a563 commit 3303edd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

treefmt.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[formatter.go]
2+
command = "gofmt"
3+
options = ["-w"]
4+
includes = ["*.go"]
5+
6+
[formatter.nix]
7+
command = "alejandra"
8+
includes = ["*.nix"]

0 commit comments

Comments
 (0)