diff --git a/.editorconfig b/.editorconfig index d7b5d392..a9c057c0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,3 +34,8 @@ max_line_length = 100 indent_style = tab indent_size = 8 max_line_length = 100 + +[*.el] +indent_style = space +indent_size = 2 +max_line_length = 100