https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9651e22531bd1f4d6ac85d04273e73f15d7b0958 authored by Lars Bilke on 20 July 2021, 07:19:09 UTC
[T] Relax tolerance in ThermoMechanics_tm1_2Dbeam.
Tip revision: 9651e22
.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