viminal2/treefmt.toml

14 lines
237 B
TOML
Raw Permalink Normal View History

2024-12-28 23:28:46 -08:00
excludes = ["flake.lock", ".gitignore", "README.md"]
[formatter.stylua]
command = "stylua"
excludes = []
includes = ["*.lua"]
options = []
[formatter.nixfmt-rfc-style]
command = "nixfmt"
excludes = []
includes = ["*.nix"]
options = []