https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7860288aebf92b4c8df4e1ea73c594cd25226fc1 authored by Wenqing Wang on 24 March 2021, 11:27:12 UTC
[CTest/TRM] Added a test for option no_displacement_by_initial_total_stress
Tip revision: 7860288
.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