https://github.com/feelpp/feelpp
Raw File
Tip revision: d2af73e836a7df4c42c0ba6396476bf7bf5afa56 authored by Christophe Prud'homme on 28 August 2024, 08:59:49 UTC
Merge pull request #2277 from feelpp/2276-support-hdf5-from-pkg-config
Tip revision: d2af73e
.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