|
|
@ -8,6 +8,7 @@ import ( |
|
|
|
"code.gitea.io/gitea/modules/context" |
|
|
|
"code.gitea.io/gitea/modules/context" |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// SetEditorconfigIfExists set editor config as render variable
|
|
|
|
func SetEditorconfigIfExists(ctx *context.Context) { |
|
|
|
func SetEditorconfigIfExists(ctx *context.Context) { |
|
|
|
ec, err := ctx.Repo.GetEditorconfig() |
|
|
|
ec, err := ctx.Repo.GetEditorconfig() |
|
|
|
|
|
|
|
|
|
|
@ -22,6 +23,7 @@ func SetEditorconfigIfExists(ctx *context.Context) { |
|
|
|
ctx.Data["Editorconfig"] = ec |
|
|
|
ctx.Data["Editorconfig"] = ec |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// SetDiffViewStyle set diff style as render variable
|
|
|
|
func SetDiffViewStyle(ctx *context.Context) { |
|
|
|
func SetDiffViewStyle(ctx *context.Context) { |
|
|
|
queryStyle := ctx.Query("style") |
|
|
|
queryStyle := ctx.Query("style") |
|
|
|
|
|
|
|
|
|
|
|