Files
.github
.vscode
docs
hydra
keys
lib
modules
systems
users
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
nix-dotfiles/treefmt.toml
ahuston-0 b73ef853f0 treefmt
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-17 10:26:04 +00:00

15 lines
312 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" ]