a dotfile but it's really big
1[formatter.nix]
2command = "nixfmt"
3options = ["-s", "-w", "120"]
4includes = ["*.nix"]
5
6[formatter.nu]
7command = "nufmt"
8includes = ["*.nu"]
9
10[formatter.json]
11command = "biome"
12options = ["format", "--write", "--indent-style=space", "--indent-width=2"]
13includes = ["*.json"]
14excludes = ["secrets/**", "modules/desktop/audio/**"]