https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e6bf717a275e34130853a3ed2730da7390b20816 authored by Dominik Kern on 14 August 2021, 19:59:27 UTC
Merge branch 'detail_mesh_error_message' into 'master'
Tip revision: e6bf717
.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