https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fb537addcc239f738f5686ac2e2843ca8d2d6962 authored by wenqing on 19 May 2023, 14:26:56 UTC
Merge branch 'minor_impr' into 'master'
Tip revision: fb537ad
.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