Revision cd7961b70927d3383b0f4488883966579c838291 authored by Tom Fischer on 10 December 2020, 12:57:58 UTC, committed by Tom Fischer on 10 December 2020, 12:57:58 UTC
[MeL/MeshQuality] Rewrite EdgeRatio criterion.

See merge request ogs/ogs!3308
2 parent s 0ef040f + 7cf5cd9
Raw File
.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