https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0a62bc845b10e1694b54d17174bb54018133eda4 authored by Dominik Kern on 05 May 2021, 18:04:41 UTC
Merge branch 'tiny_docu_changes' into 'master'
Tip revision: 0a62bc8
.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