Eric Jeong | 17eda3c | 2020-02-05 14:22:54 -0800 | [diff] [blame] | 1 | set noparent |
2 | linelength=100 | ||||
3 | # Do not enforce including header files in both .h and .cpp. | ||||
4 | filter=-build/include | ||||
5 | # Do not check access modifier indentation. | ||||
6 | # CPPLint enforces +1, but our rule is no indentation. | ||||
7 | filter=-whitespace/indent |