Home | History | Annotate | Download | only in msm8998
      1 ---
      2 Language:        Cpp
      3 BasedOnStyle:  Google
      4 AllowShortIfStatementsOnASingleLine: false
      5 AllowShortLoopsOnASingleLine: false
      6 AllowShortFunctionsOnASingleLine: Inline
      7 AllowShortBlocksOnASingleLine: false
      8 ColumnLimit:     100
      9 ConstructorInitializerAllOnOneLineOrOnePerLine: true
     10 ConstructorInitializerIndentWidth: 4
     11 DerivePointerAlignment: false
     12 PointerAlignment: Right
     13 #ReflowComments: false
     14