Skip to content

Commit 8e2346d

Browse files
committed
feat: add typstyle
1 parent 805cab9 commit 8e2346d

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
@@ -42,6 +42,7 @@
4242
- [rubocop](https://github.com/rubocop/rubocop)
4343
- [rustfmt](https://github.com/rust-lang/rustfmt)
4444
- [taplo](https://github.com/tamasfe/taplo)
45+
- [typstyle](https://github.com/Enter-tainer/typstyle)
4546
- [shfmt](https://github.com/mvdan/sh)
4647
- [stylua](https://github.com/JohnnyMorganz/StyLua)
4748
- [swiftformat](https://github.com/nicklockwood/SwiftFormat)

lua/guard-collection/formatter.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ M.taplo = {
221221
stdin = true,
222222
}
223223

224+
M.typstyle = {
225+
cmd = 'typstyle',
226+
args = {},
227+
stdin = true,
228+
}
229+
224230
M.shfmt = {
225231
cmd = 'shfmt',
226232
stdin = true,

0 commit comments

Comments
 (0)