https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ca0ca155f7baa7739b86d54887ab2d90fed8ac05 authored by Wenqing Wang on 19 March 2021, 12:32:13 UTC
[Doc/WaterVapourDensity] Corrected a Quality Assurance issue
Tip revision: ca0ca15
.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