aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2024-11-06 16:15:01 +0100
committerLouis Pilfold <louis@lpil.uk>2024-11-06 15:43:31 +0000
commit959aa176b8de5a004cfc1e331095a4bd3c6875ec (patch)
tree47aba32242c91b5a8f41b25e6a6d8525b6abfbb7 /.editorconfig
parent226a2ee1cfd1d6d408530c218207e6a12e31433f (diff)
downloadgleam_stdlib-959aa176b8de5a004cfc1e331095a4bd3c6875ec.tar.gz
gleam_stdlib-959aa176b8de5a004cfc1e331095a4bd3c6875ec.zip
fix-721
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
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
-