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