diff --git a/.editorconfig b/.editorconfig index 96e5188..49a9770 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,6 +27,9 @@ indent_size = unset [*.py] indent_size = 4 +[*.el] +indent_size = unset + [*.md] max_line_length = off trim_trailing_whitespace = false