https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ee3a0e052443ed4b009d45a545793fe93bd2d224 authored by wenqing on 10 February 2023, 14:02:41 UTC
Merge branch 'output_K' into 'master'
Tip revision: ee3a0e0
.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