https://github.com/feelpp/feelpp
Revision d9df0ddc90be9e328802d4b10abe304afeadb030 authored by Thibaut Metivet on 06 September 2017, 15:23:55 UTC, committed by Thibaut Metivet on 06 September 2017, 15:23:55 UTC
1 parent c2e71ec
Raw File
Tip revision: d9df0ddc90be9e328802d4b10abe304afeadb030 authored by Thibaut Metivet on 06 September 2017, 15:23:55 UTC
Up vesicle_rest test case
Tip revision: d9df0dd
.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