aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
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