mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
12 lines
182 B
TOML
12 lines
182 B
TOML
|
[formatter.lua]
|
||
|
command = "stylua"
|
||
|
includes = [ "*.lua" ]
|
||
|
|
||
|
[formatter.nix]
|
||
|
command = "nixpkgs-fmt"
|
||
|
includes = [ "*.nix" ]
|
||
|
|
||
|
[formatter.python]
|
||
|
command = "black"
|
||
|
includes = [ "*.py" ]
|