https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: feb2cbf8a85858bd5edbb81c8f94916979390052 authored by wenqing on 07 March 2023, 16:54:52 UTC
Merge branch 'stabilizer_update1' into 'master'
Tip revision: feb2cbf
.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