https://github.com/feelpp/feelpp
Raw File
Tip revision: 17134e5aad66bbd43d15e71300b806404fa16343 authored by lemoinep on 26 June 2024, 13:57:53 UTC
skip toolboxes skip mor skip python update code hardware and gpu single task 1D_3I
Tip revision: 17134e5
.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