https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cbb8f2c206929f948d69737ffa08bb2fb45c2cac authored by Dmitri Naumov on 09 July 2021, 10:02:50 UTC
[MatL] Use std::max replacing if condition.
Tip revision: cbb8f2c
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top