Add show inded guide

This commit is contained in:
probablycorey
2013-04-26 14:26:12 -07:00
committed by Corey Johnson & Kevin Sawicki
parent d1a26b9f81
commit 8a7aa8083c

View File

@@ -43,6 +43,12 @@ class EditorConfigPanel extends ConfigPanel
@input id: 'editor.showInvisibles', type: 'checkbox'
@text 'Show Invisible Characters'
@div class: 'controls', =>
@div class: 'checkbox', =>
@label for: 'editor.showIndentGuide', =>
@input id: 'editor.showIndentGuide', type: 'checkbox'
@text 'Show Indent Guide'
@div class: 'control-group', =>
@label class: 'control-label', for: 'editor.preferredLineLength', "Preferred Line Length:"
@div class: 'controls', =>