https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6f7853ae5f134f3f3e57261a086ab0801f58c507 authored by ericsimo on 16 February 2021, 15:53:07 UTC
Merge branch 'MPL_Permmodel_Tutorial_TEC' into 'master'
Tip revision: 6f7853a
.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