https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5e7c2989cfbac83a107e1da0ca01922822d6da90 authored by Dmitri Naumov on 23 March 2021, 17:59:44 UTC, committed by Dmitri Naumov on 31 March 2021, 20:37:44 UTC
1 parent 6148f12
Raw File
Tip revision: 5e7c2989cfbac83a107e1da0ca01922822d6da90 authored by Dmitri Naumov on 23 March 2021, 17:59:44 UTC
[doc] Tags documentation of DeactivatedSubdomain.
Tip revision: 5e7c298
.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