This commit is contained in:
Paul van Brenk
2015-10-09 16:24:43 -07:00
parent ebb0e980ea
commit ab8e93cc74
+2 -2
View File
@@ -43,7 +43,7 @@ namespace ts.formatting {
// whitespace.
if (options.IndentStyle === IndentStyle.Block) {
// move backwards untill we find a line with a non-whitespace character,
// move backwards until we find a line with a non-whitespace character,
// then find the first non-whitespace character for that line.
let current = position;
while (current > 0){
@@ -496,4 +496,4 @@ namespace ts.formatting {
}
}
}
}
}