Add indent_style = tab
for Makefile
s to .editorconfig
This commit is contained in:
parent
661b33f524
commit
20a7b02289
1 changed files with 3 additions and 0 deletions
|
@ -20,3 +20,6 @@ trim_trailing_whitespace = false
|
|||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Add table
Reference in a new issue