aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/csharpier.lua
blob: 0da7da5d7014c2e31e6372205095f5091f4152db (plain)
1
2
3
4
5
6
7
8
9
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,
}