Home | History | Annotate | Download | only in bugreportz
      1 BasedOnStyle: Google
      2 AllowShortBlocksOnASingleLine: false
      3 AllowShortFunctionsOnASingleLine: false
      4 
      5 AccessModifierOffset: -2
      6 ColumnLimit: 100
      7 CommentPragmas: NOLINT:.*
      8 DerivePointerAlignment: false
      9 IndentWidth: 4
     10 PointerAlignment: Left
     11 TabWidth: 4
     12 UseTab: Never
     13 PenaltyExcessCharacter: 32
     14