ark/treefmt.toml

12 lines
291 B
TOML
Raw Normal View History

2022-05-28 14:44:46 +03:00
# One CLI to format the code tree - https://github.com/numtide/treefmt
[formatter.nix]
# Formatter to run
command = "alejandra"
# Command-line arguments for the command
options = []
# Glob pattern of files to include
includes = [ "*.nix" ]
# Glob patterns of files to exclude
excludes = []