https://gitlab.opengeosys.org/ogs/ogs.git
Revision c082b53d3be1d5df35358f9e85a2fd3c78fbfcc6 authored by Dmitri Naumov on 15 September 2021, 12:53:33 UTC, committed by Dmitri Naumov on 21 September 2021, 10:53:59 UTC
1 parent 78b5e5d
Raw File
Tip revision: c082b53d3be1d5df35358f9e85a2fd3c78fbfcc6 authored by Dmitri Naumov on 15 September 2021, 12:53:33 UTC
[T/TH2M] Reference files for Newton tests.
Tip revision: c082b53
.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