mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 03:19:51 +00:00
8d3403cdcc
Also change .clang-format to support older versions of the tool.
16 lines
380 B
YAML
16 lines
380 B
YAML
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
|
|
|