chore: format TOML files with taplo

This commit is contained in:
2025-12-23 02:10:16 +03:00
parent 8efb0cd08c
commit 34b4735a2a
31 changed files with 132 additions and 214 deletions
+7 -1
View File
@@ -8,6 +8,12 @@ use_builtin = true
[hunspell.quirks]
# `Type`'s
# 5x
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$", "[><+-]"]
transform_regex = [
"[><+-]",
"^'([^\\s])'$",
"^'s$",
"^[0-9]+(?:\\.[0-9]*)?x$",
"^\\+$",
]
allow_concatenation = true
allow_dashes = true