https://github.com/StefanKruse/LAVESI
Raw File
Tip revision: 8976dfd078f9fecba624c8e2bec148006d5c0fa4 authored by Stefan Kruse on 12 July 2021, 09:37:07 UTC
final hotfix and parameter adjustment
Tip revision: 8976dfd
.clang-format
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
BasedOnStyle: Google
BinPackParameters: false
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeTernaryOperators: true
ColumnLimit: 160
ConstructorInitializerAllOnOneLineOrOnePerLine: true
DerivePointerAlignment: false
IndentCaseLabels: true
IndentWidth: 4
PointerAlignment: Left
SpaceAfterTemplateKeyword: false
Standard: Cpp11
UseTab: Never
back to top