aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
AgeCommit message (Collapse)Author
2024-06-10doc: document append_argsSteven Arcangeli
2024-06-09feat: add support for for vsg (#451)Fredrik Foss-Indrehus
* feat: add support for vsg * support more config files, use ctx.dirname
2024-06-08[docgen] Update docsGithub Actions
skip-checks: true
2024-06-08feat(latex): support llf (#446)Eirik Rolland Enger
* feat(latex): support llf Signed-off-by: engeir <engeir@pm.me> * Update llf.lua --------- Signed-off-by: engeir <engeir@pm.me> Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-06-06[docgen] Update docsGithub Actions
skip-checks: true
2024-06-05feat: add support for d2 (#445)giskard
* feat: add support for d2 * doc: normalize description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-06-03[docgen] Update docsGithub Actions
skip-checks: true
2024-06-03[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat: add treesitter query formatter (#425)Magnus Larsen
* [feat]: add treesitter query formatter * [docgen] Update docs skip-checks: true * lint * refactor: fix condition and simplify some logic * [docgen] Update docs skip-checks: true --------- Co-authored-by: Magnus Larsen <mzla@topsoe.com> Co-authored-by: Github Actions <actions@github> Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat(python): support pyink (#427)Mads Hougesen
* feat: support pyink * doc: shorten pyink description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat(fortran): support findent (#426)Mads Hougesen
* feat: add support for findent * refactor: use stdin instead of file
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat: add support for efmt (#428)Mads Hougesen
Adds support for Erlang formatter efmt
2024-06-01feat: add support for fprettify (#429)Mads Hougesen
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat: add support for kcl fmt (#431)Mads Hougesen
2024-06-01feat: add support for hindent (#430)Mads Hougesen
Adds support for Haskell formatter hindent
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-05-22doc: add type annotations for setup() functionSteven Arcangeli
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-22feat: add forge_fmt formatter support for solidity filetype (#417)Nam Anh Pham Hoang
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-21feat: add support for leptosfmt (#415)George Nelson
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-21docs: better type definitions for top-level functions (#410)Jon Heinritz
* docs: extract conform.format(opts) into it's own class * docs: extract conform.format_lines(opts) into it's own class * refactor: use new nvim_doc_tools capability to remove duplicated class definition --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-05-16[docgen] Update docsGithub Actions
skip-checks: true
2024-05-16feat: add support for bpfmt (#405)youfa
2024-05-13feat: add support for yew-fmt (#398)Mads Hougesen
* feat: add support for yew-fmt Should close #314 :) * refactor: copy rustfmt to yew-fmt * fix: use correct default_edition * refactor: extract Cargo.toml parsing into utility function * refactor: yew-fmt doesn't rely directly on rustfmt definition --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-05-13[docgen] Update docsGithub Actions
skip-checks: true
2024-05-10feat: add snakefmt formatter for snakemake files (#399)Christian Johansen
2024-05-10[docgen] Update docsGithub Actions
skip-checks: true
2024-05-09feat: add ormolu formatter for Haskell (#377) (#397)Marcus Fernandes
* feat: add ormolu formatter for Haskell (#377) * add ormolu references to README.md and doc/conform.txt * revert wrong auto typo fix by codespell * update meta field in the formatter * doc: typo --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-05-07feat: formatters can use $RELATIVE_FILEPATH in args (#349)Steven Arcangeli
2024-05-06[docgen] Update docsGithub Actions
skip-checks: true
2024-05-06feat: add ktfmt formatter for Kotlin (#392)Alexandros Alexiou
2024-05-06[docgen] Update docsGithub Actions
skip-checks: true
2024-04-17feat: add support for mdsf (#380)Mads Hougesen
2024-04-13[docgen] Update docsGithub Actions
skip-checks: true
2024-03-28[docgen] Update docsGithub Actions
skip-checks: true
2024-03-27refactor: Rename clang_format to clang-format (#352)Tsakiris Tryfon
This makes the formatter name consistent with the executable and also with other tools like e.g. Mason, for better interoperability.
2024-03-28[docgen] Update docsGithub Actions
skip-checks: true
2024-03-27feat: add formatter for Inko (#351)Yorick Peterse
This adds support for formatting Inko (https://inko-lang.org/) source files using the `inko fmt` command.
2024-03-19feat: add support for purs-tidy (#345)Mads Hougesen
2024-03-18[docgen] Update docsGithub Actions
skip-checks: true
2024-03-18feat: support crystal tool format (#344)Mads Hougesen