https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ad15e3c636379ead28eb99ec65c80209d843240a authored by Christoph Lehmann on 12 January 2023, 20:07:54 UTC
Merge branch 'SeabedResponse' into 'master'
Tip revision: ad15e3c
.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