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:
parent
f1f7b7b509
commit
f519dd28fd
|
@ -9,3 +9,7 @@ charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
|
[Makefile*]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 8
|
||||||
|
|
Loading…
Reference in New Issue