From b2368ff18a9dd9452170d3a6f41b1f872ae5d0b2 Mon Sep 17 00:00:00 2001 From: Jesper Lundberg Date: Sat, 28 Oct 2023 20:27:02 +0200 Subject: feat: add CSharpier (#165) * Add formatter and update readme and conform.txt * Remove unused variable --- lua/conform/formatters/csharpier.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/conform/formatters/csharpier.lua (limited to 'lua/conform') diff --git a/lua/conform/formatters/csharpier.lua b/lua/conform/formatters/csharpier.lua new file mode 100644 index 0000000..50258e0 --- /dev/null +++ b/lua/conform/formatters/csharpier.lua @@ -0,0 +1,10 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/belav/csharpier", + description = "The opinionated C# code formatter", + }, + command = "dotnet-csharpier", + args = { "--write-stdout" }, + stdin = true, +} -- cgit v1.2.3-70-g09d2