https://github.com/feelpp/feelpp
Raw File
Tip revision: 34601731e8c22312f5b623331494444402c4b8df authored by romainhild on 22 June 2021, 15:29:58 UTC
add override in matrixpetsc
Tip revision: 3460173
.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