parent
cf045b029c
commit
fc3ed8a1de
|
@ -23,6 +23,10 @@ func SetEditorconfigIfExists(ctx *context.Context) {
|
|||
}
|
||||
|
||||
func SetDiffViewStyle(ctx *context.Context) {
|
||||
if !ctx.IsSigned {
|
||||
return
|
||||
}
|
||||
|
||||
var (
|
||||
userStyle = ctx.User.DiffViewStyle
|
||||
queryStyle = ctx.Query("style")
|
||||
|
|
Loading…
Reference in New Issue