https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e92aa5bd0f9aeed184d889f2c8856d22809556ef authored by Lars Bilke on 23 March 2021, 12:38:27 UTC
Merge branch 'cpm-licenses' into 'master'
Tip revision: e92aa5b
.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