Revision 242bc524e0187af4a8704b148eb9705a4cb77e2f authored by wenqing on 22 February 2023, 10:41:59 UTC, committed by wenqing on 22 February 2023, 10:41:59 UTC
Fixed some falied LARGE parallel computing tests

See merge request ogs/ogs!4495
2 parent s ee6e3b4 + bcf7c9f
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,yaml,toml,html,css,js,scss,md}]
indent_size = 2
back to top