mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
spaces around the +
This commit is contained in:
@@ -84,7 +84,7 @@ class LanguageMode
|
||||
indent = @minIndentLevelForRowRange(start, end)
|
||||
indentString = @editSession.buildIndentString(indent)
|
||||
for row in [start..end]
|
||||
buffer.change([[row, 0], [row, indentString.length]], indentString+commentStartString)
|
||||
buffer.change([[row, 0], [row, indentString.length]], indentString + commentStartString)
|
||||
|
||||
# Folds all the foldable lines in the buffer.
|
||||
foldAll: ->
|
||||
|
||||
Reference in New Issue
Block a user