https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 715b511f2e3d63e5948017eafb3b156f5d09a3d2 authored by Dmitry Yu. Naumov on 23 November 2021, 00:19:16 UTC
Merge branch 'AddMaterialIdToMediumDescription' into 'master'
Tip revision: 715b511
.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