Revision 9ef833710ea7c33c04f8c615f2f3304aafce834d authored by Lars Bilke on 15 December 2020, 21:29:16 UTC, committed by Lars Bilke on 15 December 2020, 21:29:16 UTC
Draft: [ci] Fix cvode config and container job

See merge request ogs/ogs!3335
2 parent s 765a54e + 3f59077
Raw File
.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,toml,html,css,js,scss}]
indent_size = 2
back to top