11 Feb
2019
11 Feb
'19
10:12 p.m.
Module: wine Branch: master Commit: f519dd28fd2c820fdc94bb91b0c72ef63b9058b3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f519dd28fd2c820fdc94bb91b... Author: Kai Krakow <kai(a)kaishome.de> Date: Sun Feb 10 11:06:36 2019 +0100 editorconfig: Indent Makefiles properly. Signed-off-by: Kai Krakow <kai(a)kaishome.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5f1c49f..289038d 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