Revision 152cfe5e076ac421fefb7ed0ce673f6f9c8f361c authored by Christophe Prud'homme on 20 July 2022, 14:46:37 UTC, committed by Christophe Prud'homme on 20 July 2022, 14:46:37 UTC
get the min or max of function at vertices on a marker and arg min/max #1879
1 parent bf6a49a
Raw File
.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