mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Merge pull request #199 from github/space-invisible
changing the space invisible to 00b7 'middot'
This commit is contained in:
@@ -312,7 +312,7 @@ class Editor extends View
|
||||
setInvisibles: (@invisibles={}) ->
|
||||
_.defaults @invisibles,
|
||||
eol: '\u00ac'
|
||||
space: '\u2022'
|
||||
space: '\u00b7'
|
||||
tab: '\u00bb'
|
||||
cr: '\u00a4'
|
||||
@resetDisplay()
|
||||
|
||||
Reference in New Issue
Block a user