https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a43d9d8a00620f479f07022332a25a927e6fab05 authored by Christoph Lehmann on 24 August 2023, 08:37:27 UTC
Merge branch 'rtp-assemble-only-once' into 'master'
Tip revision: a43d9d8
.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