Browse Source

Add identation style for Makefile to .editorconfig

ADmad 6 years ago
parent
commit
5749a812b5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -16,3 +16,6 @@ end_of_line = crlf
 [*.yml]
 indent_style = space
 indent_size = 2
+
+[Makefile]
+indent_style = tab