Add treefmt-nix for formatting all the files
This commit is contained in:
parent
1a9a4243fe
commit
ceecc82aae
11 changed files with 151 additions and 52 deletions
|
|
@ -4,9 +4,10 @@ ignore-parent = true
|
|||
ignore-hidden = false
|
||||
ignore-files = true
|
||||
ignore-vcs = true
|
||||
extend-exclude = ["secrets/", ".git/", "public-key.txt"]
|
||||
extend-exclude = ["secrets/*", ".git/*", "**/public-key.txt"]
|
||||
|
||||
[default]
|
||||
binary = false
|
||||
check-filename = true
|
||||
check-file = true
|
||||
unicode = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue