https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ddd8e842c72b5dfa34708b1bd49edb4aa9e51362 authored by Tom Fischer on 11 December 2020, 15:13:29 UTC
Merge branch 'FixDocu' into 'master'
Tip revision: ddd8e84
.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