mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Enable indent normalization on paste
This commit is contained in:
@@ -201,7 +201,7 @@ class EditSession
|
||||
maintainPasteboard = true
|
||||
|
||||
pasteText: ->
|
||||
@insertText($native.readFromPasteboard())
|
||||
@insertText($native.readFromPasteboard(), normalizeIndent: true)
|
||||
|
||||
undo: ->
|
||||
@buffer.undo(this)
|
||||
|
||||
Reference in New Issue
Block a user