https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b2dcb8468324ec8af3c4e32c17f87e689b824062 authored by Dmitri Naumov on 26 April 2021, 14:21:19 UTC
[PL/TH2M/PTM] const initialize members.
Tip revision: b2dcb84
.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