https://gitlab.opengeosys.org/ogs/ogs.git
Revision 0f98feb6cb1583fd7273d619fab71c7a26616a25 authored by Dmitri Naumov on 30 April 2023, 21:03:59 UTC, committed by Dmitri Naumov on 30 April 2023, 21:03:59 UTC
1 parent 892884d
Raw File
Tip revision: 0f98feb6cb1583fd7273d619fab71c7a26616a25 authored by Dmitri Naumov on 30 April 2023, 21:03:59 UTC
[T/HT] Modify tests to output all variables
Tip revision: 0f98feb
.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