mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 05:58:02 +02:00
Added auto-save whitespace behavior if it changed manually (#15566)
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
package user
|
||||
|
||||
const (
|
||||
// SettingsKeyHiddenCommentTypes is the settings key for hidden comment types
|
||||
// SettingsKeyHiddenCommentTypes is the setting key for hidden comment types
|
||||
SettingsKeyHiddenCommentTypes = "issue.hidden_comment_types"
|
||||
// SettingsKeyDiffWhitespaceBehavior is the setting key for whitespace behavior of diff
|
||||
SettingsKeyDiffWhitespaceBehavior = "diff.whitespace_behaviour"
|
||||
)
|
||||
|
Reference in New Issue
Block a user