https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5b866bd699eb1675f5147ef979cef507b388ec40 authored by Tom Fischer on 05 October 2021, 14:42:04 UTC
Merge branch 'FixMemLeakInMeshLib' into 'master'
Tip revision: 5b866bd
.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