Lines Matching refs:indent
134 "[whitespace/indent]".) Filters are evaluated left to right.
352 'whitespace/indent',
1305 filters: A string of comma-separated filters (eg "+whitespace/indent").
1310 E.g. "-,+whitespace,-whitespace/indent,whitespace/badfilter"
1466 filters: A string of comma-separated filters (eg "whitespace/indent").
1478 filters: A string of comma-separated filters (eg "whitespace/indent").
1704 may have a hierarchy separated by slashes: "whitespace/indent".
2261 indent = Match(r'^( *)\S', line)
2262 if indent:
2263 return len(indent.group(1))
2818 indent = Match(r'^( *)\}', clean_lines.elided[linenum])
2819 if indent and len(indent.group(1)) != self.class_indent:
2824 error(filename, linenum, 'whitespace/indent', 3,
3190 indent = access_match.group(1)
3191 if (len(indent) != classinfo.class_indent + 1 and
3192 Match(r'^\s*$', indent)):
3200 error(filename, linenum, 'whitespace/indent', 3,
4305 # its line, and the line after that should have an indent level equal to or
4864 # because the rules for how to indent those are non-trivial.
4870 error(filename, linenum, 'whitespace/indent', 3,
4872 'Are you using a 2-space indent?')
6340 'Do not indent within a namespace')