mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
Make atomic leading whitespace optional (defaults to enabled)
Closes #3174
This commit is contained in:
@@ -278,6 +278,7 @@ class TextEditor extends Model
|
||||
invisibles: @getInvisibles(),
|
||||
softWrapColumn: @getSoftWrapColumn(),
|
||||
showIndentGuides: @config.get('editor.showIndentGuide', scope: @getRootScopeDescriptor()),
|
||||
atomicSoftTabs: @config.get('editor.atomicSoftTabs', scope: @getRootScopeDescriptor()),
|
||||
tabLength: @getTabLength(),
|
||||
ratioForCharacter: @ratioForCharacter.bind(this),
|
||||
isWrapBoundary: isWrapBoundary,
|
||||
|
||||
Reference in New Issue
Block a user