Home | History | Annotate | Download | only in test
      1 BasedOnStyle: Google
      2 AllowShortFunctionsOnASingleLine: Inline
      3 AllowShortIfStatementsOnASingleLine: false
      4 AllowShortLoopsOnASingleLine: false
      5 BinPackArguments: false
      6 BinPackParameters: false
      7 CommentPragmas: NOLINT:.*
      8 DerivePointerAlignment: false
      9 PointerAlignment: Left
     10 TabWidth: 2
     11