Kai Krakow : editorconfig: Indent Makefiles properly.

Alexandre Julliard julliard at winehq.org
Mon Feb 11 16:12:09 CST 2019


Module: wine
Branch: master
Commit: f519dd28fd2c820fdc94bb91b0c72ef63b9058b3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f519dd28fd2c820fdc94bb91b0c72ef63b9058b3

Author: Kai Krakow <kai at kaishome.de>
Date:   Sun Feb 10 11:06:36 2019 +0100

editorconfig: Indent Makefiles properly.

Signed-off-by: Kai Krakow <kai at kaishome.de>
Signed-off-by: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list