https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 915986998006d2fe1b90a45f66e1cc9c859c3b41 authored by wenqing on 12 October 2021, 08:28:12 UTC
Merge branch 'mfront_update' into 'master'
Tip revision: 9159869
.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