https://github.com/feelpp/feelpp
Raw File
Tip revision: 5c2421651a66bbdff7841c17b82a2053620e12df authored by Christophe Prud'homme on 05 February 2019, 15:22:46 UTC
Merge branch 'develop' of https://github.com/feelpp/feelpp into develop
Tip revision: 5c24216
.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