From f519dd28fd2c820fdc94bb91b0c72ef63b9058b3 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Sun, 10 Feb 2019 11:06:36 +0100 Subject: [PATCH] editorconfig: Indent Makefiles properly. Signed-off-by: Kai Krakow Signed-off-by: Alexandre Julliard --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5f1c49f76a8..289038d37f0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true max_line_length = 100 + +[Makefile*] +indent_style = tab +indent_size = 8