https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc472c9165496939d4815276d6c2e691b0f0ef19 authored by Lars Bilke on 05 October 2021, 07:32:07 UTC
Merge branch 'container-cpu-target' into 'master'
Tip revision: dc472c9
.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