https://gitlab.opengeosys.org/ogs/ogs.git
Revision d7942762e13fe1464adadccb90c83a8a13f50064 authored by renchao_lu on 18 September 2021, 11:08:34 UTC, committed by Dmitry Yu. Naumov on 21 September 2021, 09:45:54 UTC
1 parent 7e43522
Raw File
Tip revision: d7942762e13fe1464adadccb90c83a8a13f50064 authored by renchao_lu on 18 September 2021, 11:08:34 UTC
[Docu] add parameter documentation.
Tip revision: d794276
.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