• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2BasedOnStyle: Google
3IndentWidth: 4
4ColumnLimit: 120
5---
6Language: Cpp
7AccessModifierOffset: -4
8AllowShortIfStatementsOnASingleLine: Never
9AlwaysBreakBeforeMultilineStrings: false
10DerivePointerAlignment: false
11IncludeBlocks: Preserve
12IndentCaseBlocks: true
13PackConstructorInitializers: CurrentLine
14SpacesBeforeTrailingComments: 1
15---
16