summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-02-09 14:10:26 +0000
committerJose Fonseca <jfonseca@vmware.com>2016-02-09 16:50:51 +0000
commit2590a79ce86b1a6e7bf1018c25ddbdeb7b38b9d2 (patch)
tree2cfb6925c76b4ccddacb47874396216b59d72bfc /.editorconfig
parent2d5b6b107d77a31935aa4fe53ba67a8574372672 (diff)
editorconfig: Fix Makefile indentation.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index da236c40..bcb9c924 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,4 +15,5 @@ indent_size = 2
[{Makefile,*.mk}]
indent_style = tab
+indent_size = 8
tab_width = 8