From 227ad1fa3a4847606ea21e7b40773835f5f64743 Mon Sep 17 00:00:00 2001 From: toogley Date: Sun, 19 Feb 2017 18:32:19 +0100 Subject: [PATCH] editorconfig: use spaces to indent in *.[ch] files --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3e16ca31b..b101e5533 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,5 @@ -# top-most EditorConfig file root = true -# Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true @@ -10,6 +8,7 @@ trim_trailing_whitespace = true [*.{c,h}] indent_size = 2 +indent_style = space [ChangeLog.neomutt] indent_style = space -- 2.40.0