https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b5f0dd2636fb6a25e82992ae21e04b79091d4347 authored by Tobias Meisel on 16 December 2020, 14:45:04 UTC
Merge branch 'xdmf_lib_reference_readme_license' into 'master'
Tip revision: b5f0dd2
.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