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