https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f050aae48d87c217ad0224d8eb43b0487abf0e40 authored by Dmitri Naumov on 01 July 2021, 13:57:16 UTC
[T/TH2M/HM] Use meshes instead of geometries.
Tip revision: f050aae
.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