aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2024-03-18feat: add support for nimpretty (#343)Mads Hougesen
* feat: add support for nimpretty * fix: add formatter type
2024-03-18[docgen] Update docsGithub Actions
skip-checks: true
2024-03-18feat: add support for roc format (#342)Mads Hougesen
2024-03-18[docgen] Update docsGithub Actions
skip-checks: true
2024-03-18feat: add ocp-indent for OCaml formatting (#335)Nick Hu
2024-03-15feat: add formatter config option to change name of temporary file (#332)Steven Arcangeli
2024-03-13fix(rustfmt): use Cargo.toml settings and default to recent edition (#328)Steven Arcangeli
2024-03-11feat: add gleam formatter (#327)Louis Michalak
2024-03-02[docgen] Update docsGithub Actions
skip-checks: true
2024-03-02feat: add the cabal-fmt formatter (#318)Sebastian Selander
2024-03-01[docgen] Update docsGithub Actions
skip-checks: true
2024-03-01feat(formatter): add liquidsoap-prettier (#312)gwen
2024-02-29feat: add OpenTofu formatter (#313)Hussein Al Abry
2024-02-22[docgen] Update docsGithub Actions
skip-checks: true
2024-02-22feat: add formatter sqlfmt (#307)Mattias Sjödin
2024-02-21feat: add `gersemi` formatter (#305)karei
* Add `formatters/gersemi.lua` * Add `gersemi` to README.md
2024-02-20doc: remove spurious help tag (#294)Steven Arcangeli
2024-02-20[docgen] Update docsGithub Actions
skip-checks: true
2024-02-20[docgen] Update docsGithub Actions
skip-checks: true
2024-02-19feat: add fantomas formatter (#302)Jinjun Liang
* feat: add fantomas formatter * fantomas: + args * fantomas: + stdin = false
2024-02-13[docgen] Update docsGithub Actions
skip-checks: true
2024-02-12feat: add ReScript formatter (#293)Angelo Fallaria
2024-02-03[docgen] Update docsGithub Actions
skip-checks: true
2024-02-03[docgen] Update docsGithub Actions
skip-checks: true
2024-02-03[docgen] Update docsGithub Actions
skip-checks: true
2024-02-03[docgen] Update docsGithub Actions
skip-checks: true
2024-01-24[docgen] Update docsGithub Actions
skip-checks: true
2024-01-15feat: Add dry_run option and report if buffer was/would be changed by ↵Bronson Jordan
formatters (#273) * feat: add dry_run option and pass return values for if buffer would be modified * fix: implement dry_run for blocking calls to lsp formatter * refactor: change `changed` variable to `did_edit` * docs: Update README * fix: address PR comments * fix: small cleanups --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-01-06feat: add opa_fmt formatter (#267)Hoang Nguyen
2024-01-05[docgen] Update docsGithub Actions
skip-checks: true
2024-01-05feat: add cue_fmt formatter (#265)Hoang Nguyen
2024-01-02[docgen] Update docsGithub Actions
skip-checks: true
2024-01-02feat: add xmllint formatter (#259)chefe
* feat: add xmllint formatter * doc: shorten xmllint description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2023-12-26docs: autogenerate formatter options docs (#234)Steven Arcangeli
2023-12-11feat: add fnlfmt formatter (#247)Marcin Puc
2023-12-07feat: add joker for clojure formatting (#240)Zoltán Reegn
2023-12-07[docgen] Update docsGithub Actions
skip-checks: true
2023-12-06refactor!: formatter config functions take self as first argument (#233)Steven Arcangeli
This is a breaking API change, but there is a shim in place that will keep existing functions working, just with a warning notification. Most people should not encounter this at all. For anyone overriding a formatter config value with a function that takes `(ctx)` as the parameter, it will need to be updated to take `(self, ctx)`.
2023-12-05[docgen] Update docsGithub Actions
skip-checks: true
2023-12-04[docgen] Update docsGithub Actions
skip-checks: true
2023-11-27[docgen] Update docsGithub Actions
skip-checks: true
2023-11-25[docgen] Update docsGithub Actions
skip-checks: true
2023-11-25feat: add support for buildifier (#216)Damien Deville
2023-11-24[docgen] Update docsGithub Actions
skip-checks: true
2023-11-21[docgen] Update docsGithub Actions
skip-checks: true
2023-11-21feat: add beancount formatter (#212)Varac
* feat: add beancount formatter * lint: remove unused require --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2023-11-20[docgen] Update docsGithub Actions
skip-checks: true
2023-11-15[docgen] Update docsGithub Actions
skip-checks: true
2023-11-15[docgen] Update docsGithub Actions
skip-checks: true
2023-11-14feat: add cbfmt (#198)Govind Singh Rajpurohit
* feat: add cbfmt * lint: fix style --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>