diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 71581bf..aed72d1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,9 @@ insert_final_newline = true charset = utf-8 indent_style = tab +[*.el] +indent_style = space + [package.json] # This matches what `yarn` writes indent_style = space |