https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: daca86a25bf77c893a066f69e061e63551f3a6d3 authored by Norbert Grunwald on 22 July 2020, 10:07:13 UTC
cTest TH2M - H2-McWhorter test
Tip revision: daca86a
.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