https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fa7e6b149e9a98b92468b0fe9dff7763fee99fd7 authored by Tom Fischer on 01 June 2021, 08:48:36 UTC
Merge branch 'GeometryToGmshGeoTool' into 'master'
Tip revision: fa7e6b1
.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