https://gitlab.opengeosys.org/ogs/ogs.git
Revision 80f50c45bf3e7ca804206500d51e23f78d26e7f4 authored by Lars Bilke on 11 October 2021, 11:52:34 UTC, committed by Lars Bilke on 11 October 2021, 11:52:34 UTC
1 parent 293863a
Raw File
Tip revision: 80f50c45bf3e7ca804206500d51e23f78d26e7f4 authored by Lars Bilke on 11 October 2021, 11:52:34 UTC
OpenGeoSys 6.4.1
Tip revision: 80f50c4
.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