editorconfig: use tabs in Makefile
This commit is contained in:
parent
473cb45ee7
commit
d676f135a8
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[**/{*.sh,APKBUILD}]
|
[**/{*.sh,APKBUILD,Makefile}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
Loading…
Reference in a new issue