aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSandro Santilli2016-11-05 12:55:27 +0100
committerSandro Santilli2016-11-05 12:55:27 +0100
commitc808e8c13865f043ea3cd026abac0c3ab43a4a46 (patch)
treefe8a7eec88911a523c34f36752ef829753237a25 /.editorconfig
parentb58b634e0e9422a8f533ff5b12026ca2fbcb3934 (diff)
Use tabs in Makefiles
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
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