Merge branch 'master' into feature/goimports

This commit is contained in:
Sandro Santilli 2016-11-05 22:54:20 +01:00 committed by GitHub
commit f36544f98d
5 changed files with 8 additions and 27 deletions

View file

@ -8,7 +8,7 @@ import (
git "github.com/gogits/git-module"
)
func setEditorconfigIfExists(ctx *context.Context) {
func SetEditorconfigIfExists(ctx *context.Context) {
ec, err := ctx.Repo.GetEditorconfig()
if err != nil && !git.IsErrNotExist(err) {