https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b107cd8cb5731b1ef6a4dce30f18a0210e9ee064 authored by renchao_lu on 19 October 2021, 12:23:44 UTC
[CL] write into phreeqc input file.
Tip revision: b107cd8
.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