https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a5285412a4e11cadbcfd4b35a79bbffef3d065be authored by Tom Fischer on 17 May 2021, 09:26:55 UTC
Merge branch 'SetInitialSurfaceFlux' into 'master'
Tip revision: a528541
.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