From: toogley Date: Sun, 19 Feb 2017 17:32:19 +0000 (+0100) Subject: editorconfig: use spaces to indent in *.[ch] files X-Git-Tag: neomutt-20170225~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=227ad1fa3a4847606ea21e7b40773835f5f64743;p=neomutt editorconfig: use spaces to indent in *.[ch] files --- 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