editorconfig: Add Makefile rule
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
a864f788ab
commit
a829524fc3
|
|
@ -3,3 +3,7 @@ root = true
|
|||
[*.md]
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
Loading…
Reference in New Issue