aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/mdslw.lua
blob: cab5347f2d7b91452b5bdec7bc45e6c4107e9b00 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/razziel89/mdslw",
    description = "Prepare your markdown for easy diff'ing by adding line breaks after every sentence.",
  },
  command = "mdslw",
}