mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add show inded guide
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
d1a26b9f81
commit
8a7aa8083c
@@ -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', =>
|
||||
|
||||
Reference in New Issue
Block a user