https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc519dc3df1f3be31f8527c6755e928d77a1aad3 authored by Dmitry Yu. Naumov on 28 May 2021, 18:36:08 UTC
Merge branch 'MplFunctionProperty' into 'master'
Tip revision: dc519dc
.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