mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add editor.showLineNumbers option
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
7359101bac
commit
58add85f09
@@ -24,6 +24,10 @@ class EditorConfigPanel extends ConfigPanel
|
||||
@label for: 'editor.autoIndentOnPaste', "Auto Indent on Paste:"
|
||||
@input id: 'editor.autoIndentOnPaste', type: 'checkbox'
|
||||
|
||||
@div class: 'row', =>
|
||||
@label for: 'editor.showLineNumbers', "Show Line Numbers:"
|
||||
@input id: 'editor.showLineNumbers', type: 'checkbox'
|
||||
|
||||
@div class: 'row', =>
|
||||
@label for: 'editor.showInvisibles', "Show Invisible Characters:"
|
||||
@input id: 'editor.showInvisibles', type: 'checkbox'
|
||||
|
||||
Reference in New Issue
Block a user