Select Git revision
.clang-format

Volker Springel authored
.clang-format 322 B
---
Language: Cpp
BasedOnStyle: Google
BreakBeforeBraces: GNU
SpaceBeforeParens: Never
AllowShortLoopsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AlignConsecutiveAssignments: true
ColumnLimit: 135
ReflowComments: true
SortUsingDeclarations: true
IncludeBlocks: Preserve
...