diff options
author | inoas <mail@inoas.com> | 2024-03-18 13:38:28 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-18 13:48:51 +0000 |
commit | 0c2faa96418c6a6e4c76a6f87eba265a35e8e3b7 (patch) | |
tree | bf051ac7932e055a4c854249920cd209d30774cf /.editorconfig | |
parent | 4bb32cdb5dc2a0aba65f821c154ee06d7f750263 (diff) | |
download | gleam_stdlib-0c2faa96418c6a6e4c76a6f87eba265a35e8e3b7.tar.gz gleam_stdlib-0c2faa96418c6a6e4c76a6f87eba265a35e8e3b7.zip |
Update .editorconfig
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 |