https://gitlab.opengeosys.org/ogs/ogs.git
Revision bf2b7a01c803f1247347cf5ccb4667b9ad8a5799 authored by Lars Bilke on 03 May 2021, 11:22:10 UTC, committed by Dmitri Naumov on 09 May 2021, 12:00:27 UTC
1 parent ae2c69e
Raw File
Tip revision: bf2b7a01c803f1247347cf5ccb4667b9ad8a5799 authored by Lars Bilke on 03 May 2021, 11:22:10 UTC
[T] Fix working dir for HeatTransportBHE_3D_3BHEs_array.
Tip revision: bf2b7a0
.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