Files
nixos-cluster/treefmt.toml
2023-11-19 03:54:23 +00:00

12 lines
320 B
TOML

# One CLI to format the code tree - https://github.com/numtide/treefmt
[formatter.mylanguage]
# Formatter to run
command = "command-to-run"
# Command-line arguments for the command
options = []
# Glob pattern of files to include
includes = [ "*.<language-extension>" ]
# Glob patterns of files to exclude
excludes = []