mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add _all_ the defaults in from editorView
This commit is contained in:
@@ -50,6 +50,12 @@ class EditorView extends View
|
||||
softWrapAtPreferredLineLength: false
|
||||
scrollSensitivity: 40
|
||||
useHardwareAcceleration: true
|
||||
confirmCheckoutHeadRevision: true
|
||||
invisibles:
|
||||
eol: '\u00ac'
|
||||
space: '\u00b7'
|
||||
tab: '\u00bb'
|
||||
cr: '\u00a4'
|
||||
|
||||
@content: (params) ->
|
||||
attributes = params.attributes ? {}
|
||||
|
||||
Reference in New Issue
Block a user