2025-01-05 20:36:01 +01:00
|
|
|
[formatter.nixfmt-rfc-style]
|
|
|
|
command = "nixfmt"
|
|
|
|
includes = ["*.nix"]
|
|
|
|
|
2025-08-11 20:45:29 +02:00
|
|
|
[formatter.biome]
|
|
|
|
command = "biome"
|
|
|
|
includes = ["*.css", "*.json", "*.jsonc"]
|
|
|
|
options = ["check", "--write"]
|
2025-01-05 20:36:01 +01:00
|
|
|
|
|
|
|
[formatter.shell]
|
|
|
|
command = "shfmt"
|
|
|
|
includes = ["fmt", "test", "switch"]
|
|
|
|
excludes = []
|
2025-08-11 20:45:29 +02:00
|
|
|
options = ["--indent", "2", "--simplify", "--write"]
|