https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5a799f5c3c92e20c508898344b3bb830201f6506 authored by Tobias Meisel on 25 August 2021, 09:48:50 UTC
Merge branch '3174-follow-up-from-mel-io-xdmf-writer-without-xdmf-library' into 'master'
Tip revision: 5a799f5
.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