diff options
author | inoas <mail@inoas.com> | 2024-03-15 21:18:32 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-18 13:48:51 +0000 |
commit | 4bb32cdb5dc2a0aba65f821c154ee06d7f750263 (patch) | |
tree | ee5804d27ca853457e0b3782dd503a60851e8424 /.editorconfig | |
parent | df9f96638bc87d78de2572b516fb6f3a6068e188 (diff) | |
download | gleam_stdlib-4bb32cdb5dc2a0aba65f821c154ee06d7f750263.tar.gz gleam_stdlib-4bb32cdb5dc2a0aba65f821c154ee06d7f750263.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 02cdc98..7dce924 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ root = true # Matches multiple files with brace expansion notation # Set default charset -[*.{gleam, erl, hrl, ex, exs, mjs, js, ts, toml, yaml, yml, json, jsonc, md}] +[*.{gleam, erl, mjs, js, ts, toml, yaml, yml, json, jsonc, md}] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true |