https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bcd41d27501a545525b94493f4903c9d55493123 authored by Tom Fischer on 21 December 2022, 16:59:00 UTC
Merge branch 'FixMappingIssue' into 'master'
Tip revision: bcd41d2
.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