• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: Google
2IndentWidth: 4
3ColumnLimit: 100
4IncludeCategories:
5  - Regex: '^(<(gtest|gmock))'
6    Priority: -1
7FixNamespaceComments: true
8PointerAlignment: Left
9DerivePointerAlignment: false