https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4ca900d44467b44632892bf49bf7f0caf6e966f2 authored by Dmitri Naumov on 16 September 2021, 16:23:23 UTC
[App/U] partmesh; Use local info for base nodes.
Tip revision: 4ca900d
.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