diff options
author | inoas <mail@inoas.com> | 2024-03-15 21:18:02 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-18 13:48:51 +0000 |
commit | df9f96638bc87d78de2572b516fb6f3a6068e188 (patch) | |
tree | 9e955ce979d06d7a78638e6d6975e82f95ba27b7 /.editorconfig | |
parent | 49d6c4cb4947bf79fd79bb81d59e2a5db1ac6eff (diff) | |
download | gleam_stdlib-df9f96638bc87d78de2572b516fb6f3a6068e188.tar.gz gleam_stdlib-df9f96638bc87d78de2572b516fb6f3a6068e188.zip |
less
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 432f34b..02cdc98 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,7 @@ insert_final_newline = true indent_style = space indent_size = 2 -[*.{gleam, erl, hrl, ex, exs, mjs, js, ts}] +[*.{gleam, erl, mjs, js, ts}] max_line_length = 80 [*.md] |