mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 16:58:00 +00:00
3e09432e6f
Which is exactly what's its made for. :)
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" ]
|