https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9a44e91f69df129ff38063bb1f3e8c45a98deb8b authored by Tom Fischer on 07 June 2023, 08:41:43 UTC
Merge branch 'ConvertToLinearMeshBugFix' into 'master'
Tip revision: 9a44e91
.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,md}]
indent_size = 2
back to top