From 969cdf50b011bec08b4fb8bd3ea3031df183501b Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Sat, 1 Jun 2024 21:09:44 +0200 Subject: feat(fortran): support findent (#426) * feat: add support for findent * refactor: use stdin instead of file --- lua/conform/formatters/findent.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/conform/formatters/findent.lua (limited to 'lua/conform/formatters') diff --git a/lua/conform/formatters/findent.lua b/lua/conform/formatters/findent.lua new file mode 100644 index 0000000..9f3a002 --- /dev/null +++ b/lua/conform/formatters/findent.lua @@ -0,0 +1,9 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/wvermin/findent", + description = "Indent, relabel and convert Fortran sources.", + }, + command = "findent", + stdin = true, +} -- cgit v1.2.3-70-g09d2