Revision 46b7f1a0db4e277da483ed719a83b0a2ced35ecd authored by Dmitry Yu. Naumov on 07 October 2021, 18:49:16 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 18:49:16 UTC
Remove Qt dependency from MoveGeometry and TriangulatePolyline

See merge request ogs/ogs!3829
2 parent s 315f0eb + 1836e43
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