diff --git a/src/app/editor-config-panel.coffee b/src/app/editor-config-panel.coffee index 31b6eef68..b0cbbde44 100644 --- a/src/app/editor-config-panel.coffee +++ b/src/app/editor-config-panel.coffee @@ -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'