https://github.com/feelpp/feelpp
Raw File
Tip revision: 6a1756f0f56a122f62fc2b1eb40db608def99209 authored by Christophe Prud'homme on 01 June 2021, 10:40:25 UTC
Merge pull request #1615 from feelpp/dependabot/github_actions/actions/checkout-2.3.4
Tip revision: 6a1756f
.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