aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters
AgeCommit message (Collapse)Author
2023-11-03feat: add mdslw markdown formatter (#175)Torsten Long
* 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>
2023-10-31feat: add markdownlint-cli2 (#171)George Guimarães
cli2 is a better cli for markdownlint. It allows to have config files in different directories, and it's also from the same author as the original node.js markdownlint lib.
2023-10-30feat: add usort (#167)Frederik Buchlák
* feat: add usort * formatting via stdin
2023-10-28feat: add CSharpier (#165)Jesper Lundberg
* Add formatter and update readme and conform.txt * Remove unused variable
2023-10-27feat: add tlint (#162)Frederik Buchlák
* feat: add tlint * update doc
2023-10-26feat: add pretty-php (#161)Frederik Buchlák
2023-10-23fix(rubyfmt): exit code 1 should not be a success (#157)Steven Arcangeli
2023-10-21feat: gn build file format cmd (#155)H. James Zhao
2023-10-20feat: add puppet-lint formatter (#153)Florent Lévigne
2023-10-17feat: zprint formatter for clojure (#146)Aron Griffis
2023-10-16feat: Add config for laravel/pint (#144)Konstantin Auffinger
* feat: Add config for laravel/pint - Supports both mason and local composer install * chore: Add pint to formatters list in readme * Revert "chore: Add pint to formatters list in readme" This reverts commit 8edb456a086642076931b4dd8666b02e5311e1e0. * fix: remove unnecessary mason executable path * fix: Change meta description to it's short form
2023-10-15feat: add ktlint (#137)shurizzle
2023-10-15feat!: merge configs in conform.formatters with defaults (#140)Steven Arcangeli
This breaking change should make it significantly easier to modify formatters. While I expect 99% of configs to be backwards-compatible, this can still potentially cause problems. If you: * define a formatter in the `formatters` option * that has the same name as a built-in formatter * and omits a property from the original formatter (e.g. leaves out `range_args` or `cwd`) Then you may encounter breaking behavior from this commit, because now your config definition will be merged with the built-in definition, and so will inherit those omitted properties. This config merging behavior can be opted-out of by adding `inherit = false` to your formatter config.
2023-10-15feat: add goimports-reviser (#143)Aashish KC
2023-10-14feat: add blue formatter (#142)frrenzy
* Add blue formatter * change description of Blue formatter
2023-10-13feat: support for rubyfmt (#139)Howard Huang
Co-authored-by: Github Actions <actions@github>
2023-10-13feat: add blade-formatter (#136)shurizzle
2023-10-13fix(shellcheck): support filenames with spaces (#135)pseudometa
2023-10-11feat: add rufo support (#132)Estifanos Beyene
* feat: add rufo support * feat: shorter description
2023-10-09doc: enforce period at end of formatter descriptionSteven Arcangeli
2023-10-09feat: add fixjson (#126)Magnus Larsen
Co-authored-by: Magnus Larsen <mlar@novozymes.com>
2023-10-08feat: errors do not stop formatting earlySteven Arcangeli
2023-10-06feat: add easy-coding-standard (#121)Frederik Buchlák
* feat: add easy-coding-standard * fix executable
2023-10-06fix(biome): do not use stdin due to biome bug (#120)pseudometa
2023-10-05feat: expose configuration options for injected formatter (#118)Steven Arcangeli
2023-10-05fix: injected formatter handles markdown code blocks in blockquotes (#117)Steven Arcangeli
2023-10-05fix: move justfile formatter to correct directorySteven Arcangeli
2023-10-04fix: support for mix format (#107)Ethan Gunderson
* add support for mix format * split command and set cwd
2023-10-04feat: gci formatter for Go (#109)Kim Nielsen
2023-10-03fix: phpcbf invalid stdin-path arguments (#108)Steven Arcangeli
2023-10-03feat: add phpcbf (#103)rawalplawit
2023-10-02fix: injected formatter silent failure on nvim nightly (#100)Folke Lemaitre
2023-10-02fix: injected formatter operates on input linesSteven Arcangeli
2023-10-02feat: add 'google-java-format' formatter (#99)Noah Zhu
Co-authored-by: Noah Zhu <noah@Noahs-M2-MacBook-Pro-16.local>
2023-10-02feat : add astyle formatter (#97)Rishabh
2023-09-30feat: add standardrb (#91)Kerem Bozdas
* feat: add standardrb formatter * [docgen] Update docs skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
2023-09-29doc: speed up documentation generationSteven Arcangeli
2023-09-29feat: metatable to make accessing formatters a bit easier (#89)Steven Arcangeli
2023-09-29fix: injected formatter hangs on empty fileSteven Arcangeli
2023-09-29fix: injected formatter preserves indentation of code blocksSteven Arcangeli
2023-09-29feat: format injected languages (#83)Steven Arcangeli
2023-09-28feat: add darker (#80)okuuva
* feat: add darker * fix: darker args Added --no-color since we don't want color output. Also set --revision and --stdin-filename since running darker for a single file doesn't make much sense without them. * refactor: make darker args context aware If the buffer is modified we should set revision and stdin-filename in order not to lose changes. If it's not we should leave them unset so that we respect settings from pyproject.toml.
2023-09-27feat: add 'JavaScript Standard Style' formatter (#82)Dennis B
2023-09-26feat: Add support for php-cs-fixer (#78)nedia
* feat(php-cs-fixer): Add support for php-cs-fixer * chore: Update README * fix(php-cs-fixer): Include meta * fix(php-cs-fixer): And include type annotation * fix(php-cs-fixer): Use find_executable instead of path_or
2023-09-25feat: add templ support (#73)Rene Zbinden
chore: bla chore: update
2023-09-25feat: add `markdown-toc` (#75)pseudometa
* feat: add `markdown-toc` * fix: ran stylua * fix: correct indent when formatting in different buffer
2023-09-25fix: rubocop succeeds even if some errors are not autocorrected (#74)Steven Arcangeli
2023-09-22fix: `stylelint` and `markdownlint` when there are non-autofixable errors (#70)pseudometa
* fix: `stylelint` when there are non-autofixable errors * fix: exit code for non-autofixable error in `markdownlint`
2023-09-22feat: add `bibtex-tidy` (#69)pseudometa
* feat: add `bibtex-tidy` * fix: indentation
2023-09-22feat: add dprint (#71)Seth Daniel