diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 2c10248..4bb97b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,6 +18,5 @@ indent_size = 2 [*.erl] indent_size = 4 -[*.{gleam, erl, mjs, js, ts}] +[*.{erl, mjs, js, ts}] max_line_length = 80 - |