Skip to content

Commit b6b03cb

Browse files
Javier Tiastevearc
andauthored
feat: add commitmsgfmt (#579)
* feat: add commitmsgfmt formatters_by_ft = { ... gitcommit = {"commitmsgfmt"}, } Signed-off-by: Javier Tia <[email protected]> * doc: enforce consistent description format --------- Signed-off-by: Javier Tia <[email protected]> Co-authored-by: Steven Arcangeli <[email protected]>
1 parent 10fd7c1 commit b6b03cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---@type conform.FileFormatterConfig
2+
return {
3+
meta = {
4+
url = "https://gitlab.com/mkjeldsen/commitmsgfmt",
5+
description = "Formats commit messages better than fmt(1) and Vim.",
6+
},
7+
command = "commitmsgfmt",
8+
stdin = true,
9+
}

0 commit comments

Comments
 (0)