https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e2308126e5bd662a3f9f94c6b86f38fb019757d8 authored by wenqing on 03 November 2021, 16:54:17 UTC
Merge branch 'fix_prism15' into 'master'
Tip revision: e230812
.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