12 lines
291 B
TOML
12 lines
291 B
TOML
|
# 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 = []
|