https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 656841ef129d83d53736c8c21c0eda5a04596cc4 authored by renchao_lu on 09 May 2021, 17:41:53 UTC
[Docu] remove unneeded parameter documentation.
Tip revision: 656841e
.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