summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-11-05 16:13:33 +0100
committerGitHub <noreply@github.com>2016-11-05 16:13:33 +0100
commitab12596143be6e8c587eda1ffe1a621bf69282bd (patch)
tree6c575835c8671b1f7df4d59ee93db6bb44fa1eb1
parentb58b634e0e9422a8f533ff5b12026ca2fbcb3934 (diff)
parent6111e09a973c944c1321b4a73deede28abf89cfc (diff)
downloadgitea-ab12596143be6e8c587eda1ffe1a621bf69282bd.tar.gz
gitea-ab12596143be6e8c587eda1ffe1a621bf69282bd.zip
Merge pull request #79 from strk/Makefile-tabs
Use tabs in Makefiles
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 3fbca8424f..0fb78d3dc0 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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