https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 08bcb2e967f21f42495eb2a32eac6de74fc74d99 authored by Dmitry Yu. Naumov on 07 July 2021, 06:38:34 UTC
Merge branch 'UseIntForGlobalDim' into 'master'
Tip revision: 08bcb2e
.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