mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 03:19:51 +00:00
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 8
|
||
|
UseTab: Always
|
||
|
BreakBeforeBraces: Linux
|
||
|
IndentCaseLabels: false
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Left
|
||
|
AlignTrailingComments: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
ColumnLimit: 0
|
||
|
|