https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 261a2e608d4670a9f8d91d69f7a4f1c41102d120 authored by Tom Fischer on 18 December 2022, 15:51:40 UTC
Merge branch 'RenameToComputeNumberOfBaseNodes' into 'master'
Tip revision: 261a2e6
.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