mirror of
https://github.com/atom/atom.git
synced 2026-02-06 12:44:59 -05:00
💄
This commit is contained in:
@@ -31,11 +31,10 @@ class RootView extends View
|
||||
extensionStates: null
|
||||
fontSize: 20
|
||||
showInvisibles: false
|
||||
invisiblesMap: {
|
||||
eol: "¬",
|
||||
space: "•",
|
||||
invisiblesMap:
|
||||
eol: "¬"
|
||||
space: "•"
|
||||
tab: "▸"
|
||||
}
|
||||
|
||||
initialize: (pathToOpen, { @extensionStates, suppressOpen } = {}) ->
|
||||
window.rootView = this
|
||||
|
||||
Reference in New Issue
Block a user