Skip to content

Commit

Permalink
feat: add mdslw markdown formatter (#175)
Browse files Browse the repository at this point in the history
* feat: add mdslw markdown formatter

* lint: remove unused import

---------

Co-authored-by: Torsten Long <torsten.s.long@gmail.com>
Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 4, 2023
1 parent 2c1e852 commit 369c7fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/conform/formatters/mdslw.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,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",
}

0 comments on commit 369c7fe

Please sign in to comment.