https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b2208f32ad904cb171be2ac218c6dcd82685d7d4 authored by Dmitri Naumov on 25 March 2021, 09:33:07 UTC
[PL/THM] Add initial_stress input.
Tip revision: b2208f3
.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