https://github.com/feelpp/feelpp
Raw File
Tip revision: b635a2a36f8b104ac7d3ff1db8e134182a02212a authored by romainhild on 22 November 2019, 20:21:55 UTC
update mixedpoisson to use range on materials #1374
Tip revision: b635a2a
.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