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