From 49e9412cda140a88f52c7468242eb88e5620e494 Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 30 Jan 2025 18:16:58 +0100 Subject: [PATCH] editorconfig: use 2space for .el --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b65bd55..34a7726 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,10 @@ insert_final_newline = true indent_size = 4 indent_style = space -[*.{yml,yaml}] +[*.el] indent_size = 2 indent_style = space +[*.{yml,yaml}] +indent_size = 2 +indent_style = space