]> granicus.if.org Git - neomutt/commitdiff
editorconfig: use spaces to indent in *.[ch] files 392/head
authortoogley <toogley@mailbox.org>
Sun, 19 Feb 2017 17:32:19 +0000 (18:32 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 20 Feb 2017 17:15:36 +0000 (17:15 +0000)
.editorconfig

index 3e16ca31baa6e42bfc3e1317a99fe3d068ad7228..b101e5533d9af6673f6689021c40659547724b01 100644 (file)
@@ -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