https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5babfd7c5b455b89f3ba15befa77e07aec648c62 authored by Thomas Fischer on 01 June 2021, 08:50:17 UTC
[A/U/MGT] Test geo file creation for homogeneous meshing.
Tip revision: 5babfd7
.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