1# Defines the Google C++ style for automatic reformatting. 2# http://clang.llvm.org/docs/ClangFormatStyleOptions.html 3BasedOnStyle: Google 4MaxEmptyLinesToKeep: 1 5