From 46c3c5a49bcd8facf3e5b3308168bbec0823094f Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 15 Apr 2019 07:13:12 +0300 Subject: [PATCH] editorconfig: update with elisp settings --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) 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