https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba9a75efe13f3bd35aa0b98a55e660780b846557 authored by wenqing on 17 February 2023, 10:32:18 UTC
Merge branch 'output_K' into 'master'
Tip revision: ba9a75e
.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