summaryrefslogtreecommitdiff
path: root/treefmt.toml
blob: 53a4579e3c41fd59d5a35e171efd3d1a6e986faa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[formatter.nix]
command = "nixfmt"
includes = ["*.nix"]

[formatter.markdown]
command = "mdformat"
includes = ["*.md"]

[formatter.shell]
command = "shfmt"
options = ["-s", "-w", "-i", "2"]
includes = ["*.sh"]