Home | History | Annotate | Download | only in android-clat
      1 BasedOnStyle: Google
      2 AlignConsecutiveAssignments: true
      3 AlignEscapedNewlines: Right
      4 ColumnLimit: 100
      5 CommentPragmas: NOLINT:.*
      6 ContinuationIndentWidth: 2
      7 Cpp11BracedListStyle: false
      8 TabWidth: 2
      9