https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5d5f4278aa5943b891c7d598a8c57fc5a3e0d3f0 authored by Wenqing Wang on 05 February 2021, 16:01:30 UTC, committed by Dmitry Yu. Naumov on 20 February 2021, 10:03:39 UTC
1 parent 91cda07
Raw File
Tip revision: 5d5f4278aa5943b891c7d598a8c57fc5a3e0d3f0 authored by Wenqing Wang on 05 February 2021, 16:01:30 UTC
[TM/Tests] Removed density cell data from two vtu files
Tip revision: 5d5f427
.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