github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/.clang-format (about) 1 BasedOnStyle: LLVM 2 IndentWidth: 8 3 UseTab: Always 4 BreakBeforeBraces: Linux 5 IndentCaseLabels: false 6 DerivePointerAlignment: false 7 PointerAlignment: Left 8 AlignTrailingComments: false 9 AllowShortBlocksOnASingleLine: false 10 AllowShortFunctionsOnASingleLine: false 11 AllowShortIfStatementsOnASingleLine: false 12 AllowShortLoopsOnASingleLine: false 13 ColumnLimit: 0 14