Home | History | Annotate | Download | only in syzkaller
      1 BasedOnStyle: LLVM
      2 IndentWidth: 8
      3 UseTab: Always
      4 BreakBeforeBraces: Linux
      5 IndentCaseLabels: false
      6 DerivePointerAlignment: false
      7 PointerAlignment: Left
      8 AlignTrailingComments: true
      9 AllowShortBlocksOnASingleLine: false
     10 AllowShortFunctionsOnASingleLine: false
     11 AllowShortIfStatementsOnASingleLine: false
     12 AllowShortLoopsOnASingleLine: false
     13 ColumnLimit: 0
     14 AlignTrailingComments: false
     15 
     16