https://gitlab.opengeosys.org/ogs/ogs.git
Revision daa2ff4069fd7e027bbb103c7fdb9f8cf31a34ed authored by Thomas Fischer on 21 June 2021, 12:50:17 UTC, committed by Thomas Fischer on 28 June 2021, 06:12:58 UTC
1 parent 17f9f2c
Raw File
Tip revision: daa2ff4069fd7e027bbb103c7fdb9f8cf31a34ed authored by Thomas Fischer on 21 June 2021, 12:50:17 UTC
[GL/StationBorehole] Init. date attr. in constructor.
Tip revision: daa2ff4
.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