https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 540d0b454c9e3805a81f7c4a1b6ee7565be6845c authored by Lars Bilke on 26 February 2021, 14:04:04 UTC
[T] Replaced AddFaultToVoxelGrid tests with workflow.
Tip revision: 540d0b4
.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