Revision b4a43d81fc9bc9cfaf7b77c7a8533ce27232d4bc authored by renchao.lu on 19 April 2021, 09:27:04 UTC, committed by renchao.lu on 19 April 2021, 09:27:04 UTC
[CL] Optional functionality for equilibrium reactant behavior

See merge request ogs/ogs!3567
2 parent s 903b122 + 99f6b62
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