https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3e32b812a2f896f440e9302bdf65f8a93330f6c5 authored by Thomas Fischer on 12 December 2022, 10:35:45 UTC, committed by Dmitry Yu. Naumov on 15 December 2022, 18:03:05 UTC
1 parent f723d51
Raw File
Tip revision: 3e32b812a2f896f440e9302bdf65f8a93330f6c5 authored by Thomas Fischer on 12 December 2022, 10:35:45 UTC
[MeL/MeshEditing] Create the mapping efficient
Tip revision: 3e32b81
.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