Added auto-save whitespace behavior if it changed manually (#15566)
This commit is contained in:
parent
60f203385e
commit
4d939845d2
4 changed files with 33 additions and 9 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue