https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6655988edd22263241c7344ec00458ae11fafb38 authored by Dmitri Naumov on 18 February 2021, 15:05:25 UTC, committed by Dmitri Naumov on 20 February 2021, 11:10:53 UTC
1 parent 213332e
Raw File
Tip revision: 6655988edd22263241c7344ec00458ae11fafb38 authored by Dmitri Naumov on 18 February 2021, 15:05:25 UTC
[PL/RM] Parse micro-porosity, store in data.
Tip revision: 6655988
.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