From e1d68a58fa29d2a24f1a976c3c60521ffb31f32e Mon Sep 17 00:00:00 2001 From: Seth Daniel Date: Tue, 29 Aug 2023 20:31:09 -0500 Subject: feat: add golines (#11) --- lua/conform/formatters/golines.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/conform/formatters/golines.lua (limited to 'lua') diff --git a/lua/conform/formatters/golines.lua b/lua/conform/formatters/golines.lua new file mode 100644 index 0000000..e6a4b64 --- /dev/null +++ b/lua/conform/formatters/golines.lua @@ -0,0 +1,8 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/segmentio/golines", + description = "A golang formatter that fixes long lines", + }, + command = "golines", +} -- cgit v1.2.3-70-g09d2