https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f7fffbb9ef55a48490dfa46df63f93ff102c1440 authored by Tobias Meisel on 13 September 2021, 08:09:17 UTC
[MeL/IO] HDF: Add tests for multiple file output
Tip revision: f7fffbb
.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