Refactor editorconfig middleware

This commit is contained in:
Andrey Nering 2016-11-05 13:58:53 -02:00
parent 91b589f2f0
commit bd898a10f8
5 changed files with 8 additions and 27 deletions

View file

@ -179,11 +179,6 @@ func Diff(ctx *context.Context) {
}
}
setEditorconfigIfExists(ctx)
if ctx.Written() {
return
}
ctx.Data["CommitID"] = commitID
ctx.Data["IsSplitStyle"] = ctx.Query("style") == "split"
ctx.Data["Username"] = userName