https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f9ae68a1bc8c8047245c83e2051a5dc96a7d32a4 authored by Julian Heinze on 25 May 2023, 14:28:37 UTC
Merge branch 'tetgen' into 'master'
Tip revision: f9ae68a
.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