diff options
author | Sandro Santilli | 2016-11-05 12:55:27 +0100 |
---|---|---|
committer | Sandro Santilli | 2016-11-05 12:55:27 +0100 |
commit | c808e8c13865f043ea3cd026abac0c3ab43a4a46 (patch) | |
tree | fe8a7eec88911a523c34f36752ef829753237a25 /.editorconfig | |
parent | b58b634e0e9422a8f533ff5b12026ca2fbcb3934 (diff) |
Use tabs in Makefiles
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 3fbca8424..d6889cbf9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,10 @@ indent_size = 4 indent_style = tab indent_size = 2 +[Makefile] +indent_style = tab +indent_size = 8 + [*.{less,yml}] indent_style = space indent_size = 2 |