aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/csharpier.lua
blob: 50258e0f9c7b84d11e362b8ae38a458d49d0048b (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,
}