Home | History | Annotate | Download | only in logcat
      1 BasedOnStyle: Google
      2 AllowShortFunctionsOnASingleLine: false
      3 
      4 CommentPragmas: NOLINT:.*
      5 DerivePointerAlignment: false
      6 IndentWidth: 4
      7 PointerAlignment: Left
      8 TabWidth: 4
      9 PenaltyExcessCharacter: 32
     10 
     11 Cpp11BracedListStyle: false
     12