mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move handling of backUpBeforeSaving to TextEditorRegistry
This commit is contained in:
@@ -13,6 +13,7 @@ const EDITOR_SETTER_NAMES_BY_SETTING_KEY = [
|
||||
['editor.softWrapHangingIndent', 'setSoftWrapIndentLength'],
|
||||
['editor.softWrapAtPreferredLineLength', 'setSoftWrapAtPreferredLineLength'],
|
||||
['editor.preferredLineLength', 'setPreferredLineLength'],
|
||||
['editor.backUpBeforeSaving', 'setBackUpBeforeSaving'],
|
||||
]
|
||||
|
||||
// Experimental: This global registry tracks registered `TextEditors`.
|
||||
|
||||
Reference in New Issue
Block a user