https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6655988edd22263241c7344ec00458ae11fafb38 authored by Dmitri Naumov on 18 February 2021, 15:05:25 UTC, committed by Dmitri Naumov on 20 February 2021, 11:10:53 UTC
1 parent 213332e
Raw File
Tip revision: 6655988edd22263241c7344ec00458ae11fafb38 authored by Dmitri Naumov on 18 February 2021, 15:05:25 UTC
[PL/RM] Parse micro-porosity, store in data.
Tip revision: 6655988
.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