aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters
AgeCommit message (Collapse)Author
2024-04-17feat: add support for mdsf (#380)Mads Hougesen
2024-04-13fix(biome-check): use safe fixes (#373)Francesco Pasqua
2024-04-13feat: add support for bicep (#368)Scott McKendry
2024-03-27feat: a formatter for SML (Standard ML) (#353)Dennis Xu
Co-authored-by: Dennis Xu <dennisxu@Denniss-MacBook-Pro.local>
2024-03-27fix(terraform_fmt): do not output color escape codes (#354)Emil Petersson
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-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-27feat(prettier, prettierd): add mjs files to supported config files (#350)Nhan Pham
* feat(prettier): add mjs files to supported config files * feat(prettierd): add mjs files to supported config files
2024-03-25fix: use `--force-exclude` with Ruff (#348)Dhruv Manilawala
2024-03-19feat: add support for purs-tidy (#345)Mads Hougesen
2024-03-18feat: support crystal tool format (#344)Mads Hougesen
2024-03-18feat: add support for nimpretty (#343)Mads Hougesen
* feat: add support for nimpretty * fix: add formatter type
2024-03-18feat: add support for roc format (#342)Mads Hougesen
2024-03-18feat: add ocp-indent for OCaml formatting (#335)Nick Hu
2024-03-17fix(injected): ignore indentation of final whitespace line (#340)Steven Arcangeli
2024-03-17fix(sqlfluff): remove --force flag since it's default now (#338)Pedro Ferrari
2024-03-15fix(phpcbf): use non-stdin formatting and customize tempfile name (#333)Steven Arcangeli
prev-branch: stevearc-tmpfile-1
2024-03-14fix(rustfmt): parse edition from Cargo.toml (#330)Steven Arcangeli
2024-03-13fix(rustfmt): use Cargo.toml settings and default to recent edition (#328)Steven Arcangeli
2024-03-11fix(swiftformat): range formatting support and add cwd (#326)Wojciech Kulik
2024-03-11fix(prettier): Fix range formatting of buffer (#322)Andreas Schneider
Currently we provide a filename, which means prettier will format the given file and not what we feed via stdin.
2024-03-11fix: add cwd to honor project php-cs-fixer (#325)Zack Teska
2024-03-11feat: add gleam formatter (#327)Louis Michalak
2024-03-02feat: add the cabal-fmt formatter (#318)Sebastian Selander
2024-03-01feat(formatter): add liquidsoap-prettier (#312)gwen
2024-02-29feat: add OpenTofu formatter (#313)Hussein Al Abry
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-20feat: add twig-cs-fixer (#304)Frederik Buchlák
2024-02-19feat: add fantomas formatter (#302)Jinjun Liang
* feat: add fantomas formatter * fantomas: + args * fantomas: + stdin = false
2024-02-12feat: add ReScript formatter (#293)Angelo Fallaria
2024-02-02feat: Add reorder-python-imports formatter (#284)pmav99
2024-02-02feat: add awk formatter (#286)Trevor Arjeski
Add formatter for awk programs. Surprise! It's awk!
2024-02-02feat: add biome-check formatter (#287)Andrew Kogut
`biome` formatter uses `biome format` command which applies formatting but doesn't apply lint autofixes. Couldn't find a better way then to create another formatter that uses `biome check", --apply-unsafe`
2024-02-02feat: add yq formatter (#288)Frederik Buchlák
2024-01-28fix: `swift_format` doesn't respect `.swift-format` file (#283)Hao Song
`swift-format` won't pick up `.swift-format` config file in stdin mode. We need to set `stdin = false` and `--in-place` to make it work with `conform.nvim`. [apple/swift-format/README.md](https://github.com/apple/swift-format/blob/e312ede68bd8549381f9e2edfef7e6c176e9a50e/README.md#L129-L131) > * `-i/--in-place`: Overwrites the input files when formatting instead of printing the results to standard output. _No backup of the original file is made before it is overwritten._ Fix https://github.com/stevearc/conform.nvim/issues/211
2024-01-28fix: set a cwd for biome (#282)Azzam S.A
2024-01-24feat: add terragrunt_hclfmt formatter (#278)Zoltán Reegn
2024-01-08fix: injected formatter works on nightly (#270)Steven Arcangeli
2024-01-06feat: add opa_fmt formatter (#267)Hoang Nguyen
2024-01-05feat: add cue_fmt formatter (#265)Hoang Nguyen
2024-01-05fix: set a cwd for djlint (#264)Azzam S.A
2024-01-05fix: set a cwd for dprint (#263)Azzam S.A
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-26refactor(injected): use included_regions instead of private methods (#253)Steven Arcangeli
2023-12-26fix(injected): code block at end of markdown fileSteven Arcangeli
2023-12-26fix(injected): handle inline injections (#251)Steven Arcangeli
2023-12-24fix(prettier): use correct prettier executable on windows (#236)Steven Arcangeli
2023-12-11feat: add fnlfmt formatter (#247)Marcin Puc