Format: update clang rules to follow guidelines
Also extend cpplint to avoid contradictory messages
Bug: 311772251
Test: None
Flag: Exempt Format only
Change-Id: I993f391b729b0aa213ac2b814d3efa81fbbd1e52
diff --git a/CPPLINT.cfg b/CPPLINT.cfg
index fa007be..5adad3e 100644
--- a/CPPLINT.cfg
+++ b/CPPLINT.cfg
@@ -1,2 +1,5 @@
set noparent
linelength=100
+# Do not check access modifier indentation.
+# CPPLint enforces +1, but our rule is no indentation.
+filter=-whitespace/indent
\ No newline at end of file