https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ecc1d0561b0d9a8005011b2e64e9f53b43862c74 authored by Christoph Lehmann on 23 September 2021, 12:54:49 UTC
link to gmock
Tip revision: ecc1d05
.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