Skip to content

Commit 2fbf844

Browse files
authored
feat(tombi): tombi formatter (#58)
* feat(tombi): tombi formatter * doc(readme): tombi formatter
1 parent 7e87ae9 commit 2fbf844

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
- [yamlfix](https://github.com/lyz-code/yamlfix)
5959
- [yamlfmt](https://github.com/google/yamlfmt)
6060
- [zigfmt](https://github.com/ziglang/zig)
61+
- [tombi](https://github.com/tombi-toml/tombi)
6162

6263
## Linters
6364

lua/guard-collection/formatter.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,10 @@ M.goimports = {
345345
stdin = true,
346346
}
347347

348+
M.tombi = {
349+
cmd = 'tombi',
350+
args = { 'format', '-' },
351+
stdin = true,
352+
}
353+
348354
return M

0 commit comments

Comments
 (0)