style(editorconfig): set indent style to tab for Makefiles
This commit is contained in:
parent
6e9230d722
commit
ba7770fdbd
@ -10,3 +10,6 @@ end_of_line = lf
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
Loading…
x
Reference in New Issue
Block a user