https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c1acfe6667ee1b45c86b56581b0dc178515e8b67 authored by Dmitri Naumov on 01 August 2021, 11:31:06 UTC
[MaL] Constify ctor args, format docu.
Tip revision: c1acfe6
.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