syzkaller/.clang-format

16 lines
380 B
Plaintext
Raw Permalink Normal View History

2015-10-13 13:28:38 +00:00
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
IndentCaseLabels: false
DerivePointerAlignment: false
PointerAlignment: Left
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ColumnLimit: 0
AlignTrailingComments: false
2015-10-13 13:28:38 +00:00