Set indentation in Makefile

This commit is contained in:
Oliver Davies 2020-06-11 23:57:39 +01:00
parent 343852ac8a
commit fdbbf20558

View file

@ -13,3 +13,6 @@ trim_trailing_whitespace = true
[*.yml] [*.yml]
indent_size = 2 indent_size = 2
[Makefile]
indent_style = tab