https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5d6a60c487122c4f70caf923ca871ff3a0ed4bbb authored by joergbuchwald on 10 December 2020, 12:47:59 UTC
Merge branch 'latex_formula_fix' into 'master'
Tip revision: 5d6a60c
.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