|
|
@ -23,6 +23,10 @@ func SetEditorconfigIfExists(ctx *context.Context) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func SetDiffViewStyle(ctx *context.Context) { |
|
|
|
func SetDiffViewStyle(ctx *context.Context) { |
|
|
|
|
|
|
|
if !ctx.IsSigned { |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var ( |
|
|
|
var ( |
|
|
|
userStyle = ctx.User.DiffViewStyle |
|
|
|
userStyle = ctx.User.DiffViewStyle |
|
|
|
queryStyle = ctx.Query("style") |
|
|
|
queryStyle = ctx.Query("style") |
|
|
|