https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 67595dfb447d16bba11e1af7867048c4956e8e7d authored by Lars Bilke on 21 October 2021, 13:25:19 UTC
[ctest] Disable 1D_HeatConduction_neumann_newton on Apple M1.
Tip revision: 67595df
.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