From 2ebfcaa4f2e85550d985eae8ed417401319ebccd Mon Sep 17 00:00:00 2001 From: Louis Michalak <73487541+netner-d@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:52:09 +0100 Subject: feat: add gleam formatter (#327) --- lua/conform/formatters/gleam.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/conform/formatters/gleam.lua (limited to 'lua/conform/formatters') diff --git a/lua/conform/formatters/gleam.lua b/lua/conform/formatters/gleam.lua new file mode 100644 index 0000000..a03afac --- /dev/null +++ b/lua/conform/formatters/gleam.lua @@ -0,0 +1,9 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/gleam-lang/gleam", + description = "⭐️ A friendly language for building type-safe, scalable systems!", + }, + command = "gleam", + args = { "format", "--stdin" }, +} -- cgit v1.2.3-70-g09d2