https://github.com/feelpp/feelpp
Raw File
Tip revision: fe182274081a588a030217a46bb7d99261099d27 authored by Cecile on 25 November 2016, 15:53:09 UTC
add new version for non-linear benchmark (grepl), with parametrized rhs
Tip revision: fe18227
.clang-format
BasedOnStyle: LLVM

BreakBeforeBraces: Allman
IndentWidth: 4
UseTab: Never
AlignAfterOpenBracket: Align
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
NamespaceIndentation: None
ColumnLimit: 0
ReflowComments: true
AlignTrailingComments: true
SpacesInParentheses: true

back to top