aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
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>
2023-11-12[docgen] Update docsGithub Actions
skip-checks: true
2023-11-11feat: add phpinsights (#170)Frederik Buchlák
* feat: add phpinsights * doc: remove redundant mention of formatting in description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2023-11-12[docgen] Update docsGithub Actions
skip-checks: true
2023-11-11feat: add `auto-optional` (#196)Filip Godlewski
* feat: add `auto-optional` * doc: add period at end of description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2023-11-10[docgen] Update docsGithub Actions
skip-checks: true
2023-11-10feat: add styler formatter for R (#184)John Coene
* feat: add styler formatter for R * fix: do not run --vanilla to pick up options * docs: add to README * fix: std in false * fix: do not hardcode style, use config file * fix: lint styler formatter
2023-11-10[docgen] Update docsGithub Actions
skip-checks: true
2023-11-09feat: add pangu (#188)z775729168
2023-11-06feat: add typstfmt (#180)Håkon Harnes
2023-11-05[docgen] Update docsGithub Actions
skip-checks: true
2023-11-05[docgen] Update docsGithub Actions
skip-checks: true
2023-11-04feat: allow formatters_by_ft to be a function (#174)Steven Arcangeli
2023-11-04[docgen] Update docsGithub Actions
skip-checks: true
2023-10-31[docgen] Update docsGithub Actions
skip-checks: true
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-28[docgen] Update docsGithub Actions
skip-checks: true
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-22[docgen] Update docsGithub Actions
skip-checks: true
2023-10-20[docgen] Update docsGithub Actions
skip-checks: true
2023-10-17[docgen] Update docsGithub Actions
skip-checks: true
2023-10-17feat: zprint formatter for clojure (#146)Aron Griffis
2023-10-16[docgen] Update docsGithub Actions
skip-checks: true
2023-10-16[docgen] Update docsGithub Actions
skip-checks: true
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-15[docgen] Update docsGithub Actions
skip-checks: true