Revision fb6a558c8d9304637825079d884e437c0c0dc820 authored by Jaime Garibay on 21 May 2021, 14:25:30 UTC, committed by Jaime Garibay on 03 June 2021, 06:24:29 UTC
This feature adds the capability to model
exchange reactions using the Phreeqc solver
1 parent d49bec2
Raw File
.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