diff --git a/src/app/editor-config-panel.coffee b/src/app/editor-config-panel.coffee index ddebeac36..bfda24f81 100644 --- a/src/app/editor-config-panel.coffee +++ b/src/app/editor-config-panel.coffee @@ -35,6 +35,12 @@ class EditorConfigPanel extends ConfigPanel @input id: 'editor.autoIndentOnPaste', type: 'checkbox' @text 'Auto-Indent on Paste' + @div class: 'controls', => + @div class: 'checkbox', => + @label for: 'editor.normalizeIndentOnPaste', => + @input id: 'editor.normalizeIndentOnPaste', type: 'checkbox' + @text 'Normalize Indent on Paste' + @div class: 'controls', => @div class: 'checkbox', => @label for: 'editor.showLineNumbers', =>