blob: 96a5eb602702d2e634752340e9a4a3d5994e5afe [file] [log] [blame] [edit]
# Defines the Google C++ style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Google
DerivePointerAlignment: false
MaxEmptyLinesToKeep: 1
IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF']
StatementMacros:
- DECL_CAST
- DECL_VERIFIER