aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMads Hougesen <mads@mhouge.dk>2024-06-01 21:07:00 +0200
committerGitHub <noreply@github.com>2024-06-01 12:07:00 -0700
commita1d3c0aff306b974bc07b4cdf52f1766dd89fc90 (patch)
tree440c01f592b3207883790053e118aba880fcc93b /doc
parent7999faf7bbec7461f62dabd57cccb784c8d804b5 (diff)
feat: add support for efmt (#428)
Adds support for Erlang formatter efmt
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 315e68a..3c78aad 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -249,6 +249,7 @@ FORMATTERS *conform-formatter
`dprint` - Pluggable and configurable code formatting platform written in Rust.
`easy-coding-standard` - ecs - Use Coding Standard with 0-knowledge of PHP-CS-
Fixer and PHP_CodeSniffer.
+`efmt` - Erlang code formatter.
`elm_format` - elm-format formats Elm source code according to a standard set of
rules based on the official [Elm Style Guide](https://elm-
lang.org/docs/style-guide).