https://github.com/feelpp/feelpp
Raw File
Tip revision: c5607581aa5b187454e1414be32e05d99db8f5e4 authored by Christophe Prud'homme on 18 February 2023, 11:05:21 UTC
Merge branch 'develop' into 1912-implement-nirb-tools
Tip revision: c560758
.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