https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 93fff37696a4f9065890aee6e4540fcf7b14f997 authored by Lars Bilke on 31 March 2021, 12:31:21 UTC
Merge branch 'fix-cmake-format' into 'master'
Tip revision: 93fff37
.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