editorconfig: Indent Makefiles properly.

Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Kai Krakow 2019-02-10 11:06:36 +01:00 committed by Alexandre Julliard
parent f1f7b7b509
commit f519dd28fd
1 changed files with 4 additions and 0 deletions

View File

@ -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