github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/.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 AccessModifierOffset: -8 15 PackConstructorInitializers: Never 16