We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48a563 commit 3303eddCopy full SHA for 3303edd
1 file changed
treefmt.toml
@@ -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