This commit is contained in:
Grisha Shipunov 2025-01-26 14:16:47 +01:00
parent c9ddbcbc87
commit 09b5328d1c
23 changed files with 19 additions and 31 deletions

5
.treefmt.toml Normal file
View file

@ -0,0 +1,5 @@
excludes = [ "*.toml", "*.yaml", "*.gitignore", "*.lock", "*mbsyncrc" ]
[formatter.nixfmt-rfc-style]
command = "nixfmt"
includes = "*.nix"