aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-20feat: add fourmolu support (#209)KorigamiK
2023-11-18fix: range format method for async formatters and injectedSteven Arcangeli
2023-11-18fix: injected parser shouldn't format combined injections (#205)Steven Arcangeli
2023-11-17chore: remove $FILENAME from standardjs config (#206)Francesco Pasqua
2023-11-15[docgen] Update docsGithub Actions
skip-checks: true
2023-11-15feat: add packer formatter (#202)Marco Pas
2023-11-15fix: injected formatter adds language to file extension (#199)Steven Arcangeli
2023-11-15[docgen] Update docsGithub Actions
skip-checks: true
2023-11-14doc: normalize the formatting of formatter descriptionsSteven Arcangeli
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-11fix: show more logs in ConformInfo when log level is TRACESteven Arcangeli
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-09chore(master): release 4.2.0 (#179)v4.2.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-09fix: injected formatter not working (#187)Steven Arcangeli
2023-11-06fix: nonzero exit code on :wq (#176)Steven Arcangeli
2023-11-06fix: catch jobstart errors (#183)Steven Arcangeli
2023-11-06[docgen] Update docsGithub Actions
skip-checks: true
2023-11-06feat: add typstfmt (#180)Håkon Harnes
2023-11-05[docgen] Update docsGithub Actions
skip-checks: true
2023-11-05fix: rename `astgrep` to `ast-grep` (#178)pseudometa
2023-11-05chore(master): release 4.1.0 (#147)v4.1.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-05[docgen] Update docsGithub Actions
skip-checks: true
2023-11-05feat: add `ast-grep` (#177)pseudometa
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-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-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-26fix(formatexpr): use default formatexpr if no formatters or LSP clients (#55)Steven Arcangeli
2023-10-23fix(rubyfmt): exit code 1 should not be a success (#157)Steven Arcangeli
2023-10-22[docgen] Update docsGithub Actions
skip-checks: true
2023-10-21feat: gn build file format cmd (#155)H. James Zhao
2023-10-20[docgen] Update docsGithub Actions
skip-checks: true
2023-10-20feat: add puppet-lint formatter (#153)Florent Lévigne