From f03388ab9def96e50627010a4cbdd8af41541b75 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 26 Sep 2021 11:29:22 -0400 Subject: [PATCH] chore: update editorconfig for .el files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) 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