https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3bc70067ad8267c465bb475948f4d8b4f03e7bb6 authored by Wenqing Wang on 20 November 2020, 10:38:43 UTC
[TRM] Update for the changes in RM for using drho_l/dp
Tip revision: 3bc7006
.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