mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
Fix show/hide line numbers in editor
This commit is contained in:
@@ -12,6 +12,7 @@ const EDITOR_PARAMS_BY_SETTING_KEY = [
|
||||
['editor.tabLength', 'tabLength'],
|
||||
['editor.invisibles', 'invisibles'],
|
||||
['editor.showIndentGuide', 'showIndentGuide'],
|
||||
['editor.showLineNumbers', 'showLineNumbers'],
|
||||
['editor.softWrap', 'softWrapped'],
|
||||
['editor.softWrapHangingIndent', 'softWrapHangingIndentLength'],
|
||||
['editor.softWrapAtPreferredLineLength', 'softWrapAtPreferredLineLength'],
|
||||
|
||||
Reference in New Issue
Block a user