Home | History | Annotate | Download | only in src
      1 BasedOnStyle: Google
      2 MaxEmptyLinesToKeep: 3
      3 AllowShortIfStatementsOnASingleLine: false
      4 AllowShortLoopsOnASingleLine: false
      5 DerivePointerAlignment: false
      6 PointerAlignment: Right
      7 
      8