mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Ensure single-line snippets do not indent the following line
This commit is contained in:
@@ -27,7 +27,7 @@ class Snippet
|
||||
column += segment.length
|
||||
bodyText.push(lineText.join(''))
|
||||
row++; column = 0
|
||||
@lineCount = row + 1
|
||||
@lineCount = row
|
||||
|
||||
@tabStops = []
|
||||
for index in _.keys(tabStopsByIndex).sort()
|
||||
|
||||
Reference in New Issue
Block a user