# 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 |