https://github.com/feelpp/feelpp
Raw File
Tip revision: 864688c45989b2ac5ae337be5c628101cc77c2a2 authored by Christophe Prud'homme on 01 June 2018, 06:44:26 UTC
fix compilation [ci skip]
Tip revision: 864688c
.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