https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc4a0b7da0ca0790b64506c3c238bb3711ef2878 authored by Lars Bilke on 22 July 2021, 12:57:38 UTC
Merge branch 'xdmf-followup' into 'master'
Tip revision: dc4a0b7
.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