Skip to content
Snippets Groups Projects
.clang-format 405 B
Newer Older
---
BasedOnStyle:  LLVM
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
Standard: Cpp11
#SpaceBeforeParens: ControlStatements
SpaceAfterControlStatementKeyword: true
PointerBindsToType: true
Sylvester Joosten's avatar
Sylvester Joosten committed
IncludeBlocks:   Preserve
UseTab:          Never
ColumnLimit:     120
NamespaceIndentation: Inner
AlignConsecutiveAssignments: true