https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ce71622f53f39974c18974b5199a776935439830 authored by AlirezaBGE on 27 August 2021, 07:19:32 UTC
Merge branch 'MPL-Perm-new' into 'master'
Tip revision: ce71622
.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