https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ad78fc68d545c6ea2143a814281df47026465f2c authored by Norbert Grunwald on 09 December 2021, 09:03:05 UTC
Merge branch 'TH2M_aeraulic_flow' into 'master'
Tip revision: ad78fc6
.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