• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5AccessModifierOffset: -2
6ColumnLimit: 100
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9IndentWidth: 4
10PointerAlignment: Left
11TabWidth: 4
12UseTab: Never
13PenaltyExcessCharacter: 32
14