https://github.com/feelpp/feelpp
Raw File
Tip revision: af2fb388f3f8dcc186aa09564a9283bb86019c4f authored by Christophe Prud'homme on 04 May 2020, 06:45:18 UTC
bump up to 109 alpha.1
Tip revision: af2fb38
.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