a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 328 B view raw
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/**"]