Revision 71bbe7ddeef3b756eac2d5545ef72129367a0a4d authored by Christian Silbermann on 27 July 2021, 11:30:29 UTC, committed by Christian Silbermann on 27 July 2021, 11:30:29 UTC
Small bug fixes in the ModifiedCamClay report

See merge request ogs/ogs!3729
2 parent s 77c30fb + df4a0f3
Raw File
.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