mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-26 15:12:02 +00:00
fixed ssh keys
This commit is contained in:
11
treefmt.toml
Normal file
11
treefmt.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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 = []
|
||||
Reference in New Issue
Block a user