Add special formatting for Makefiles

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-04-29 23:38:36 +02:00
parent 137c2c8379
commit bca387fd21
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -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