https://github.com/feelpp/feelpp
Raw File
Tip revision: 1bb40b1645e2afff8b31490a82f17a4272351463 authored by Lorenzo Sala on 26 June 2018, 14:05:57 UTC
FIrst trial for poisson with 0d coupling
Tip revision: 1bb40b1
.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