https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7cf5cd9e16941674ad95ecfa7ada7d50d8098699 authored by Thomas Fischer on 03 November 2020, 14:53:24 UTC
[MeL/MeshQuality] Rewrite edge ratio criterion.
Tip revision: 7cf5cd9
.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