Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01:00

Use tabs in Makefiles

This commit is contained in:
Sandro Santilli 2016-11-05 12:55:27 +01:00
parent b58b634e0e
commit c808e8c138

View file

@ -16,6 +16,10 @@ indent_size = 4
indent_style = tab
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 8
[*.{less,yml}]
indent_style = space
indent_size = 2