https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1485bedfec6fab995d1610aed05cf38879292059 authored by Christoph Lehmann on 16 January 2023, 13:24:57 UTC
Merge branch 'SeabedResponse' into 'master'
Tip revision: 1485bed
.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