Home | History | Annotate | Download | only in gfx
      1 BasedOnStyle: Google
      2 
      3 AccessModifierOffset: -2
      4 AllowShortFunctionsOnASingleLine: Inline
      5 BinPackParameters: false
      6 ColumnLimit: 100
      7 CommentPragmas: NOLINT:.*
      8 ConstructorInitializerAllOnOneLineOrOnePerLine: true
      9 ConstructorInitializerIndentWidth: 2
     10 ContinuationIndentWidth: 8
     11 IndentWidth: 4
     12