aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/autocorrect.lua
blob: b12e99fffd7b67893960722ba914ec75758df2a5 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/huacnlee/autocorrect",
    description = "A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK.",
  },
  command = "autocorrect",
  args = { "--stdin" },
  stdin = true,
}