https://gitlab.opengeosys.org/ogs/ogs.git
Revision ea58c6b7447df75470831bf34cbdc400f94a2307 authored by Dmitri Naumov on 19 March 2021, 14:10:10 UTC, committed by Dmitri Naumov on 19 March 2021, 18:08:50 UTC
1 parent cbbac4c
Raw File
Tip revision: ea58c6b7447df75470831bf34cbdc400f94a2307 authored by Dmitri Naumov on 19 March 2021, 14:10:10 UTC
[PL/BC] Separate create method.
Tip revision: ea58c6b
.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