RyanHub – file viewer
filename: .clang-format
branch: feature/world
back to repo
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never

BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 180

AlwaysBreakTemplateDeclarations: No
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true

SpaceBeforeParens: ControlStatements
PointerAlignment: Left
SortIncludes: CaseInsensitive
IncludeBlocks: Regroup

Cpp11BracedListStyle: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true