https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f804b6cda599b7e432385cf618d8d5d2324801d3 authored by Florian Zill on 27 October 2021, 11:53:58 UTC
[T/HM] shared use of identical project data
Tip revision: f804b6c
.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