Changes
-
OpenTofu has been added as a formatter, and is now used instead of Terraform to format
.tffiles, by default (#391). -
Meson and Muon formatters have been added and Meson is used by default in meson-mode (#394).
-
A variant of
deno formatwas added to support YAML files (#394). -
sqlfluffhas been added as a formatter. It is not enabled by default;pgformatterremains the default forsql-mode. Setapheleia-formattertosqlfluffto use it. A.sqlfluffconfig file specifying the SQL dialect is required in the project (#395).
Enhancements
-
Ocamlformat is now used in
neocaml-modeandneocaml-interface-modein addition totuareg-mode(#389). -
Better support for BSD OSes using
gdifffor RCS formatting, fallback todiff, which is the default GNU utility in Linux (#388). -
deno formatformatters now have fill-column support using the --line-width argument (#394).