https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 541b35fe28f86014b1afd55cc74ce413a0bf443b authored by wenqing on 09 September 2021, 10:28:49 UTC
Merge branch 'fixing' into 'master'
Tip revision: 541b35f
.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