Add editor.normalizeIndentOnPaste to the config panel

This commit is contained in:
Nathan Sobo 2013-06-19 13:01:01 -06:00
parent b9accadb70
commit 48b4c62696

View File

@ -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', =>