https://gitlab.opengeosys.org/ogs/ogs.git
Revision 96f6b540f209a25ee84a24bf7b6d2309b0efc445 authored by Dmitri Naumov on 31 January 2023, 10:36:02 UTC, committed by Dmitri Naumov on 01 February 2023, 14:23:26 UTC
1 parent 3fb75b9
Raw File
Tip revision: 96f6b540f209a25ee84a24bf7b6d2309b0efc445 authored by Dmitri Naumov on 31 January 2023, 10:36:02 UTC
[PL/CT] Change assertion to OGS_FATAL
Tip revision: 96f6b54
.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