aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2024-07-23[docgen] Update docsGithub Actions
skip-checks: true
2024-07-23[docgen] Update docsGithub Actions
skip-checks: true
2024-07-19doc: recipe for running first available formatter and then othersSteven Arcangeli
2024-07-19cleanup!: drop support for nvim 0.8Steven Arcangeli
2024-07-19doc: add recipe for leaving visual mode after formatSteven Arcangeli
2024-07-19doc: regenerate documentationSteven Arcangeli
2024-07-19feat: notify when no formatters available for a bufferSteven Arcangeli
2024-07-19refactor: deprecate formatter alternation syntaxSteven Arcangeli
2024-07-19feat: format parameter to only run the first available formatterSteven Arcangeli
2024-07-19feat: allow configuring conform.format() args on a per-filetype basisSteven Arcangeli
2024-07-19feat: allow customizing format() defaultsSteven Arcangeli
2024-07-15feat: add undojoin as a format option (#488)Grolaf
* feat: add new format option: undojoin This option allow user to automatically perform undojoin command before formatting. This is useful if the user uses an autosave plugin + format on save, because in case of undo, it will undo the last change AND the formatting. Without this option, it will only undo the formatting. * fix: passed linting * fix: apply undojoin for LSP formatting * doc: fix type annotations for apply_format * doc: regenerate documentation --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-07-15[docgen] Update docsGithub Actions
skip-checks: true
2024-07-01[docgen] Update docsGithub Actions
skip-checks: true
2024-07-01feat: add Swiftlint formatter (#484)Jake Langford
* adds swiftlint formatter * update readme with link to swiftlint
2024-06-25[docgen] Update docsGithub Actions
skip-checks: true
2024-06-25[docgen] Update docsGithub Actions
skip-checks: true
2024-06-25[docgen] Update docsGithub Actions
skip-checks: true
2024-06-25[docgen] Update docsGithub Actions
skip-checks: true
2024-06-24[docgen] Update docsGithub Actions
skip-checks: true
2024-06-24[docgen] Update docsGithub Actions
skip-checks: true
2024-06-24[docgen] Update docsGithub Actions
skip-checks: true
2024-06-24feat: add support for caramel fmt (#469)Mads Hougesen
2024-06-24[docgen] Update docsGithub Actions
skip-checks: true
2024-06-24feat: support brighterscript-formatter (#468)Mads Hougesen
2024-06-19doc: add LSP annotations for `lsp_format` options (#461)Micah Halter
* doc: add LSP annotations for `lsp_format` options * doc: regenerate documentation --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-06-17doc: format_on_save/format_after_save can return nilSteven Arcangeli
2024-06-17feat!: expand options for LSP formatting (#456)Steven Arcangeli
2024-06-15fix: deprecate typstfmt formatter (#458)Steven Arcangeli
2024-06-10doc: document append_argsSteven Arcangeli
2024-06-10[docgen] Update docsGithub Actions
skip-checks: true
2024-06-10feat: formatter override can use (#453)Steven Arcangeli
2024-06-09feat: add support for for vsg (#451)Fredrik Foss-Indrehus
* feat: add support for vsg * support more config files, use ctx.dirname
2024-06-08[docgen] Update docsGithub Actions
skip-checks: true
2024-06-08feat(latex): support llf (#446)Eirik Rolland Enger
* feat(latex): support llf Signed-off-by: engeir <engeir@pm.me> * Update llf.lua --------- Signed-off-by: engeir <engeir@pm.me> Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-06-06[docgen] Update docsGithub Actions
skip-checks: true
2024-06-05feat: add support for d2 (#445)giskard
* feat: add support for d2 * doc: normalize description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-06-03[docgen] Update docsGithub Actions
skip-checks: true
2024-06-03[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat: add treesitter query formatter (#425)Magnus Larsen
* [feat]: add treesitter query formatter * [docgen] Update docs skip-checks: true * lint * refactor: fix condition and simplify some logic * [docgen] Update docs skip-checks: true --------- Co-authored-by: Magnus Larsen <mzla@topsoe.com> Co-authored-by: Github Actions <actions@github> Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat(python): support pyink (#427)Mads Hougesen
* feat: support pyink * doc: shorten pyink description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-06-01feat(fortran): support findent (#426)Mads Hougesen
* feat: add support for findent * refactor: use stdin instead of file
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat: add support for efmt (#428)Mads Hougesen
Adds support for Erlang formatter efmt
2024-06-01feat: add support for fprettify (#429)Mads Hougesen
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat: add support for kcl fmt (#431)Mads Hougesen
2024-06-01feat: add support for hindent (#430)Mads Hougesen
Adds support for Haskell formatter hindent