aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
AgeCommit message (Collapse)Author
2024-03-01cleanup: remove backwards compatability shimSteven Arcangeli
2024-03-01[docgen] Update docsGithub Actions
skip-checks: true
2024-03-01[docgen] Update docsGithub Actions
skip-checks: true
2024-02-22[docgen] Update docsGithub Actions
skip-checks: true
2024-02-21[docgen] Update docsGithub Actions
skip-checks: true
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-13[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-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-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-11[docgen] Update docsGithub Actions
skip-checks: true
2023-12-07[docgen] Update docsGithub Actions
skip-checks: true
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-24[docgen] Update docsGithub Actions
skip-checks: true
2023-11-21[docgen] Update docsGithub Actions
skip-checks: true
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-15[docgen] Update docsGithub Actions
skip-checks: true
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-10[docgen] Update docsGithub Actions
skip-checks: true
2023-11-10[docgen] Update docsGithub Actions
skip-checks: true
2023-11-06[docgen] Update docsGithub Actions
skip-checks: true
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