Searched refs:indentCharsOmitted (Results 1 – 1 of 1) sorted by relevance
503 int indentCharsOmitted = 0; in removeExtraIndentation() local509 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()511 indentCharsOmitted += c == '\t' ? 4 : 1; in removeExtraIndentation()524 indentCharsOmitted = 0; in removeExtraIndentation()