We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805cab9 commit 8e2346dCopy full SHA for 8e2346d
2 files changed
README.md
@@ -42,6 +42,7 @@
42
- [rubocop](https://github.com/rubocop/rubocop)
43
- [rustfmt](https://github.com/rust-lang/rustfmt)
44
- [taplo](https://github.com/tamasfe/taplo)
45
+- [typstyle](https://github.com/Enter-tainer/typstyle)
46
- [shfmt](https://github.com/mvdan/sh)
47
- [stylua](https://github.com/JohnnyMorganz/StyLua)
48
- [swiftformat](https://github.com/nicklockwood/SwiftFormat)
lua/guard-collection/formatter.lua
@@ -221,6 +221,12 @@ M.taplo = {
221
stdin = true,
222
}
223
224
+M.typstyle = {
225
+ cmd = 'typstyle',
226
+ args = {},
227
+ stdin = true,
228
+}
229
+
230
M.shfmt = {
231
cmd = 'shfmt',
232
0 commit comments