From b662605f08d72a9aebcff4c91ab5002598346595 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 2 May 2024 09:25:04 +1200 Subject: [PATCH] editorconfig: add .el settings --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7615472..90cbacb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,6 @@ end_of_line = lf indent_style = tab indent_size = 4 -[*.{nix,yml}] +[*.{el,nix,yml}] indent_style = space indent_size = 2 \ No newline at end of file