We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e87ae9 commit 2fbf844Copy full SHA for 2fbf844
2 files changed
README.md
@@ -58,6 +58,7 @@
58
- [yamlfix](https://github.com/lyz-code/yamlfix)
59
- [yamlfmt](https://github.com/google/yamlfmt)
60
- [zigfmt](https://github.com/ziglang/zig)
61
+- [tombi](https://github.com/tombi-toml/tombi)
62
63
## Linters
64
lua/guard-collection/formatter.lua
@@ -345,4 +345,10 @@ M.goimports = {
345
stdin = true,
346
}
347
348
+M.tombi = {
349
+ cmd = 'tombi',
350
+ args = { 'format', '-' },
351
+ stdin = true,
352
+}
353
+
354
return M
0 commit comments