https://gitlab.opengeosys.org/ogs/ogs.git
Revision ace01667d285e9784406f167d4810f3ea45b78e6 authored by Tobias Meisel on 27 January 2021, 08:20:02 UTC, committed by Dmitry Yu. Naumov on 23 April 2021, 18:42:24 UTC
1 parent b1ee485
Raw File
Tip revision: ace01667d285e9784406f167d4810f3ea45b78e6 authored by Tobias Meisel on 27 January 2021, 08:20:02 UTC
[MeL/IO] HDF5 : Compression level to 1
Tip revision: ace0166
.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