• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2Language: Cpp
3BasedOnStyle: Google
4DerivePointerAlignment: false
5PointerAlignment: Right
6IndentPPDirectives: AfterHash
7Cpp11BracedListStyle: false
8AlwaysBreakTemplateDeclarations: false
9AllowShortCaseLabelsOnASingleLine: true
10SpaceAfterTemplateKeyword: false
11AllowShortBlocksOnASingleLine: true
12...
13
14