mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
23 lines
338 B
TOML
23 lines
338 B
TOML
[global]
|
|
excludes = [
|
|
"pkgs/firefox-addons/default.nix",
|
|
"subprojects",
|
|
]
|
|
|
|
[formatter.lua]
|
|
command = "stylua"
|
|
includes = [ "*.lua" ]
|
|
|
|
[formatter.nix]
|
|
command = "nixfmt"
|
|
includes = [ "*.nix" ]
|
|
|
|
[formatter.python]
|
|
command = "black"
|
|
includes = [ "*.py" ]
|
|
|
|
[formatter.terraform]
|
|
command = "tofu"
|
|
options = [ "fmt" ]
|
|
includes = [ "*.tf" ]
|