https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9a0340e8e4d91c305792d7623bf1d170e37bb27c authored by Dmitry Yu. Naumov on 11 July 2023, 16:07:56 UTC
Merge branch 'THM_M_Freezing' into 'master'
Tip revision: 9a0340e
.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