mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 22:52:57 +00:00
12 lines
320 B
TOML
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 = []
|