https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: abe485b5845402faa1362c662103720aeefefac7 authored by Lars Bilke on 30 January 2023, 14:12:08 UTC
Merge branch 'scheduled-pipeline' into 'master'
Tip revision: abe485b
.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