fmt: configs init

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-15 00:44:18 +03:00
parent 921677b37a
commit 5c5a372cfb
No known key found for this signature in database
2 changed files with 33 additions and 0 deletions

3
.github/workflows/statix.toml vendored Normal file
View file

@ -0,0 +1,3 @@
disabled = [
"empty_pattern"
]

30
.github/workflows/treefmt.toml vendored Normal file
View file

@ -0,0 +1,30 @@
[formatter.alejandra]
command = "alejandra"
options = [
"--experimental-config",
"fmtconf/alejandra.toml",
"--check",
]
includes = [
"."
]
[formatter.statix]
command = "statix"
options = [
"check",
"--config",
"fmtconf/statix.toml",
]
includes = [
"."
]
[formatter.deadnix]
command = "deadnix"
options = [
"--fail",
]
includes = [
"."
]