diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index 7dce924..2c10248 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,11 +15,9 @@ insert_final_newline = true indent_style = space indent_size = 2 +[*.erl] +indent_size = 4 + [*.{gleam, erl, mjs, js, ts}] max_line_length = 80 -[*.md] -# double whitespace at end of line -# denotes a line break in Markdown -trim_trailing_whitespace = false -max_line_length = off |