1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-21 17:27:13 +01:00

switch tab style in Makefiles

This commit is contained in:
Matthias Kretschmann 2017-06-12 01:04:38 +02:00
parent 4203456c2a
commit b16f1ae486
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -11,3 +11,6 @@ indent_size = 4
[{**.json,.travis.yml}]
indent_style = space
indent_size = 2
[{Makefile,Make,make}]
indent_style = tab