https://github.com/feelpp/feelpp
Raw File
Tip revision: 1515671ff3810f167328f26045b827ce3704a25c authored by Vincent Chabannes on 20 January 2022, 13:52:12 UTC
Merge remote-tracking branch 'origin/feature/toolboxes' into feature/toolbox_fluid_turbulence
Tip revision: 1515671
.clang-format
BasedOnStyle: LLVM

BreakBeforeBraces: Allman
AlignTrailingComments: true
IndentWidth: 4
UseTab: Never
AlignAfterOpenBracket: true
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
NamespaceIndentation: None
ColumnLimit: 0
ReflowComments: true
SpacesInParentheses: true

back to top