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