1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Merge pull request #79 from strk/Makefile-tabs

Use tabs in Makefiles
This commit is contained in:
Thomas Boerger
2016-11-05 16:13:33 +01:00
committed by GitHub

View File

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