mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-12 19:36:18 +01:00
9 lines
155 B
TOML
9 lines
155 B
TOML
[formatter.crystal]
|
|
command = "crystal"
|
|
options = ["tool", "format"]
|
|
includes = [ "*.cr" ]
|
|
|
|
[formatter.nix]
|
|
command = "nixpkgs-fmt"
|
|
includes = [ "*.nix" ]
|