Handle comments at the end of braceless control statements.

This commit is contained in:
Roberto Raggi
2010-01-19 12:50:03 +01:00
parent 64a167c2f5
commit 1bc838fd2b
3 changed files with 27 additions and 5 deletions

View File

@@ -84,6 +84,8 @@ private:
int indentForContinuationLine();
int indentForStandaloneLine();
QmlJSScanner::Token lastToken() const;
private:
int ppHardwareTabSize;
int ppIndentSize;