https://gitlab.opengeosys.org/ogs/ogs.git
Revision ddafba0cfd830146e562a2c6bff996c6981f7899 authored by Thomas Fischer on 31 May 2021, 13:20:23 UTC, committed by Thomas Fischer on 01 June 2021, 08:33:56 UTC
1 parent db77fcc
Raw File
Tip revision: ddafba0cfd830146e562a2c6bff996c6981f7899 authored by Thomas Fischer on 31 May 2021, 13:20:23 UTC
[web] Documenting geometryToGmshGeo.
Tip revision: ddafba0
.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