Files
.github
.hydra
.vscode
docs
keys
modules
systems
users
.envrc
.gitignore
.sops.yaml
flake.lock
flake.nix
treefmt.toml
nix-dotfiles/treefmt.toml

15 lines
312 B
TOML
Raw Normal View History

# 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" ]