Home | History | Annotate | Download | only in hwui
      1 BasedOnStyle: Google
      2 DerivePointerAlignment: false
      3 IndentWidth: 4
      4 ConstructorInitializerIndentWidth: 8
      5 ContinuationIndentWidth: 8
      6 ColumnLimit: 100
      7 AllowShortFunctionsOnASingleLine: Inline
      8 AccessModifierOffset: -4
      9 #BreakConstructorInitializers: BeforeComma
     10 BreakConstructorInitializersBeforeComma: true
     11