Add special formatting for Makefiles
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
137c2c8379
commit
bca387fd21
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ indent_style = space
|
|||
# https://google.github.io/styleguide/shellguide.html#s5.1-indentation
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
tab_width = 2
|
||||
|
|
Loading…
Reference in a new issue