···11-# One CLI to format the code tree - https://github.com/numtide/treefmt
22-31[formatter.nix]
44-# Formatter to run
52command = "nixfmt"
66-# Command-line arguments for the command
77-options = []
88-# Glob pattern of files to include
99-includes = [ "*.nix" ]
1010-# Glob patterns of files to exclude
1111-excludes = []
33+includes = ["*.nix"]
44+excludes = ["_sources/generated.nix"]