https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7ac95a556a883beaeb5aa40c6573faff675a86af authored by Tom Fischer on 14 December 2022, 09:59:49 UTC
Merge branch 'AccelerateConvertToLinearMesh2' into 'master'
Tip revision: 7ac95a5
.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