mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Default column to 0
This commit is contained in:
@@ -117,7 +117,7 @@ class Token
|
||||
buildSoftTabToken: (tabLength) ->
|
||||
@buildTabToken(tabLength, false, 0)
|
||||
|
||||
buildTabToken: (tabLength, isHardTab, column) ->
|
||||
buildTabToken: (tabLength, isHardTab, column=0) ->
|
||||
tabStop = tabLength - column % tabLength
|
||||
new Token(
|
||||
value: _.multiplyString(" ", tabStop)
|
||||
|
||||
Reference in New Issue
Block a user