We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72e206 commit 124a995Copy full SHA for 124a995
routers/web/repo/middlewares.go
@@ -16,7 +16,6 @@ import (
16
// SetEditorconfigIfExists set editor config as render variable
17
func SetEditorconfigIfExists(ctx *context.Context) {
18
if ctx.Repo.Repository.IsEmpty {
19
- ctx.Data["Editorconfig"] = nil
20
return
21
}
22
0 commit comments