style(editorconfig): set indent style to tab for Makefiles
This commit is contained in:
parent
6e9230d722
commit
ba7770fdbd
@ -9,4 +9,7 @@ indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
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