https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2e7e19c70b00e7cb4b791ca964ab5ec11746f5b2 authored by Dmitri Naumov on 22 November 2021, 14:07:13 UTC
[T] Slightly relax ctests' tolerances.
Tip revision: 2e7e19c
.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