fmt: reformat *.toml with tombi, add tombi to treefmt.nix

This commit is contained in:
2026-08-29 09:49:32 +08:00
parent dd0097a1f8
commit 8b141b9da0
5 changed files with 53 additions and 43 deletions
+4 -9
View File
@@ -1,18 +1,13 @@
#:schema https://raw.githubusercontent.com/crate-ci/typos/refs/heads/master/config.schema.json
[files]
extend-exclude = [
"secrets"
]
extend-exclude = ["secrets"]
[default]
extend-ignore-identifiers-re = ["KEY_102ND", "VE_UE"]
[default.extend-words]
# noice.nvim
noice = "noice"
enew = "enew"
iif = "iif"
[default]
extend-ignore-identifiers-re = [
"KEY_102ND",
"VE_UE"
]