mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Render trailing carriage return as an invisible
This commit is contained in:
committed by
Kevin Sawicki & Nathan Sobo
parent
c16acc6b2c
commit
ecc50506c7
@@ -311,9 +311,10 @@ class Editor extends View
|
||||
|
||||
setInvisibles: (@invisibles={}) ->
|
||||
_.defaults @invisibles,
|
||||
eol: '\u00ac',
|
||||
space: '\u2022',
|
||||
eol: '\u00ac'
|
||||
space: '\u2022'
|
||||
tab: '\u00bb'
|
||||
cr: '\u00a4'
|
||||
@resetDisplay()
|
||||
|
||||
checkoutHead: -> @getBuffer().checkoutHead()
|
||||
|
||||
Reference in New Issue
Block a user