Home | History | Annotate | Download | only in androidfw
      1 BasedOnStyle: Google
      2 ColumnLimit: 100
      3 AllowShortBlocksOnASingleLine: false
      4 AllowShortFunctionsOnASingleLine: false
      5 CommentPragmas: NOLINT:.*
      6 DerivePointerAlignment: false
      7 PointerAlignment: Left
      8