diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-02-09 14:10:26 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-02-09 16:50:51 +0000 |
commit | 2590a79ce86b1a6e7bf1018c25ddbdeb7b38b9d2 (patch) | |
tree | 2cfb6925c76b4ccddacb47874396216b59d72bfc /.editorconfig | |
parent | 2d5b6b107d77a31935aa4fe53ba67a8574372672 (diff) |
editorconfig: Fix Makefile indentation.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
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 |