https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d01cad99d3b53b47f706779ca1a5a52062f4de00 authored by Christian Silbermann on 06 July 2023, 15:08:53 UTC
Merge branch 'ModifiedCamClayNLE' into 'master'
Tip revision: d01cad9
.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