https://github.com/feelpp/feelpp
Raw File
Tip revision: 13e3fab40a1012c1059e7df5faed434684132d14 authored by Christophe Prud'homme on 01 May 2018, 21:12:53 UTC
now prepare 0.104, fixes #1110
Tip revision: 13e3fab
.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