Update editor config to handle Makefiles
This commit is contained in:
parent
761a9de32e
commit
1dc6f0c911
1 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,6 @@
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Reference in a new issue