Home | History | Annotate | Download | only in recovery
      1 BasedOnStyle: Google
      2 AllowShortBlocksOnASingleLine: false
      3 AllowShortFunctionsOnASingleLine: Empty
      4 AllowShortIfStatementsOnASingleLine: true
      5 
      6 ColumnLimit: 100
      7 CommentPragmas: NOLINT:.*
      8 DerivePointerAlignment: false
      9 IndentWidth: 2
     10 PointerAlignment: Left
     11 TabWidth: 2
     12 UseTab: Never
     13 PenaltyExcessCharacter: 32
     14 
     15 Cpp11BracedListStyle: false
     16