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
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top