chore: update editorconfig for .el files

This commit is contained in:
Infinidoge 2021-09-26 11:29:22 -04:00
parent 391dec28e1
commit f03388ab9d

View file

@ -27,6 +27,9 @@ indent_size = unset
[*.py]
indent_size = 4
[*.el]
indent_size = unset
[*.md]
max_line_length = off
trim_trailing_whitespace = false