https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9a9221d575c161f319dfd9b124fcfb509a3d3e1c authored by Dmitri Naumov on 27 August 2021, 16:17:09 UTC
[PL/TH2M] Excavation. Enable domain deactivation.
Tip revision: 9a9221d
.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