mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix config.set scope selector example
This commit is contained in:
@@ -561,7 +561,7 @@ class Config
|
||||
# atom.config.get('editor.tabLength', scope: ['source.js']) # => 4
|
||||
#
|
||||
# # Set ruby to 2
|
||||
# atom.config.set('editor.tabLength', 2, scopeSelector: 'source.ruby') # => true
|
||||
# atom.config.set('editor.tabLength', 2, scopeSelector: '.source.ruby') # => true
|
||||
#
|
||||
# # Notice it's only set to 2 in the case of ruby
|
||||
# atom.config.get('editor.tabLength') # => 4
|
||||
|
||||
Reference in New Issue
Block a user