--- # fastwc style, codified. 4 spaces, Allman braces, 80 columns. # The style guide is the law; clang-format is the enforcement. BasedOnStyle: LLVM IndentWidth: 4 ContinuationIndentWidth: 4 TabWidth: 4 UseTab: Never ColumnLimit: 80 BreakBeforeBraces: Allman PointerAlignment: Right DerivePointerAlignment: false AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false SortIncludes: CaseSensitive IncludeBlocks: Regroup