Revision 4cbdc7ad130185be1b4e27c45d3c5a9542109d87 authored by wenqing on 01 March 2023, 15:13:58 UTC, committed by wenqing on 01 March 2023, 15:13:58 UTC
[THM] A new benchmark: mini-benchmark1 of FE task force

See merge request ogs/ogs!4486
2 parent s 69e8ede + cc760c8
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