Skip to content

Apheleia 4.5.0

Latest

Choose a tag to compare

@raxod502 raxod502 released this 25 May 15:40
· 13 commits to main since this release

Changes

  • OpenTofu has been added as a formatter, and is now used instead of Terraform to format .tf files, by default (#391).

  • Meson and Muon formatters have been added and Meson is used by default in meson-mode (#394).

  • A variant of deno format was added to support YAML files (#394).

  • sqlfluff has been added as a formatter. It is not enabled by default; pgformatter remains the default for sql-mode. Set apheleia-formatter to sqlfluff to use it. A .sqlfluff config file specifying the SQL dialect is required in the project (#395).

Enhancements

  • Ocamlformat is now used in neocaml-mode and neocaml-interface-mode in addition to tuareg-mode (#389).

  • Better support for BSD OSes using gdiff for RCS formatting, fallback to diff, which is the default GNU utility in Linux (#388).

  • deno format formatters now have fill-column support using the --line-width argument (#394).