mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 22:57:59 +00:00
12 lines
182 B
TOML
12 lines
182 B
TOML
|
[formatter.nix]
|
||
|
command = "nixpkgs-fmt"
|
||
|
includes = [ "*.nix" ]
|
||
|
|
||
|
[formatter.rust]
|
||
|
command = "rustfmt"
|
||
|
includes = [ "*.rs" ]
|
||
|
|
||
|
[formatter.lua]
|
||
|
command = "stylua"
|
||
|
includes = [ "*.lua" ]
|