https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c45d8d58b8f3acd068ae48e158fb0c6aa6c65e6b authored by Tom Fischer on 14 December 2022, 17:04:54 UTC
Merge branch 'GetBulkIDStringForMeshItemType' into 'master'
Tip revision: c45d8d5
.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,md}]
indent_size = 2
back to top