https://gitlab.opengeosys.org/ogs/ogs.git
Revision dee3d8cace946d561a5912bfb3d93f93e81b2b1a authored by Thomas Fischer on 12 January 2022, 12:16:03 UTC, committed by Thomas Fischer on 12 January 2022, 12:16:03 UTC
1 parent df6c0ea
Raw File
Tip revision: dee3d8cace946d561a5912bfb3d93f93e81b2b1a authored by Thomas Fischer on 12 January 2022, 12:16:03 UTC
[A/U/SimpleMeshCreation] Build createMeshElemPropertiesFromASCRaster with GUI disabled.
Tip revision: dee3d8c
.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