https://gitlab.opengeosys.org/ogs/ogs.git
Revision ddb21edbdbd2fb0cf506446db42ea30d6e7685c2 authored by renchao_lu on 05 March 2021, 15:28:06 UTC, committed by renchao_lu on 11 March 2021, 15:15:27 UTC
1 parent ced1411
Raw File
Tip revision: ddb21edbdbd2fb0cf506446db42ea30d6e7685c2 authored by renchao_lu on 05 March 2021, 15:28:06 UTC
[CL] initialize volume fraction.
Tip revision: ddb21ed
.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