aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2024-03-18 13:38:28 +0000
committerLouis Pilfold <louis@lpil.uk>2024-03-18 13:48:51 +0000
commit0c2faa96418c6a6e4c76a6f87eba265a35e8e3b7 (patch)
treebf051ac7932e055a4c854249920cd209d30774cf /.editorconfig
parent4bb32cdb5dc2a0aba65f821c154ee06d7f750263 (diff)
downloadgleam_stdlib-0c2faa96418c6a6e4c76a6f87eba265a35e8e3b7.tar.gz
gleam_stdlib-0c2faa96418c6a6e4c76a6f87eba265a35e8e3b7.zip
Update .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
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