https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a1000db24fbe71cb9f390b218ad54d1ee6ebf2dd authored by garibay-j on 12 May 2021, 15:17:01 UTC
Merge branch 'ImproveDocPorosityChange' into 'master'
Tip revision: a1000db
.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