nix-dotfiles/treefmt.toml
ahuston-0 5dd41f21ae oops remove deadnix :(
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-15 17:24:15 -04:00

16 lines
313 B
TOML

# One CLI to format the code tree - https://github.com/numtide/treefmt
[global]
# Glob patterns of files to exclude
excludes = [ ".git/" ]
[formatter.nixfmt]
# Formatter to run
command = "nixfmt"
# Command-line arguments for the command
#options = []
# Glob pattern of files to include
includes = [ "*.nix" ]