diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-11-18 14:40:32 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-11-18 14:44:54 +0000 |
commit | c5d72ad5be5629eb9b8472ac7fcfa9f40a8bffbd (patch) | |
tree | 08991447296a97aac306a05301e373892dc50701 /.editorconfig | |
parent | 6d679bd0db7ef80d42e5e6b9dbbc9f0339e025ab (diff) |
editorconfig: Fix indentation for makefiles.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index ae1afbde..da236c40 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,5 +13,6 @@ trim_trailing_whitespace = false indent_style = space indent_size = 2 -[Makefile] +[{Makefile,*.mk}] indent_style = tab +tab_width = 8 |