https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 27c78d3c119902fa6c970756455765520a3a2192 authored by Thomas Fischer on 11 December 2020, 07:10:13 UTC
[GL] Remove failing test for MinimalBoundingSphere.
Tip revision: 27c78d3
.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,toml,html,css,js,scss}]
indent_size = 2
back to top