editorconfig: update with elisp settings

This commit is contained in:
djcb 2019-04-15 07:13:12 +03:00
parent a90fe78f62
commit 46c3c5a49b
1 changed files with 5 additions and 0 deletions

View File

@ -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