From bd6f119942bae2c3e914cabbb69624884ab1bc79 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 23 Oct 2014 22:13:57 +0200 Subject: unposted: specify 8 char indent for ChangeLog in .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 145dc3740..808512ec0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,10 @@ root = true end_of_line = lf tab_width = 8 indent_size = 2 +indent_style = tab + +[ChangeLog] +indent_size = 8 [*.[ch]] indent_size = 4 -- cgit 1.4.1