summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2016-11-08 19:13:29 +0800
committerGitHub <noreply@github.com>2016-11-08 19:13:29 +0800
commitf6d53ecbc1a1f1475d2ed6753176db43278dfd7f (patch)
tree4d49faa0bdcdd289f617f7e50105dbc424db08ed
parent85b8b7f4e1e242831751d8559745e4076d59b847 (diff)
parent1ceb56fc7f243fe0edada5a846f645ce8b99390e (diff)
downloadgitea-f6d53ecbc1a1f1475d2ed6753176db43278dfd7f.tar.gz
gitea-f6d53ecbc1a1f1475d2ed6753176db43278dfd7f.zip
Merge pull request #119 from metalmatze/fix/editorconfig
Go uses ident size 8 with tabs. Nothing else.
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 0fb78d3dc0..8464c520e5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
[*.go]
indent_style = tab
-indent_size = 4
+indent_size = 8
[*.tmpl]
indent_style = tab