Revision 0ffc831cbf2dc12afee02202ab3836d3dedbbf01 authored by wenqing on 09 September 2021, 14:05:21 UTC, committed by wenqing on 09 September 2021, 14:05:21 UTC
Draft: [ProcessLib] Added a restriction for computing strain

See merge request ogs/ogs!3775
2 parent s bd25372 + 6c10ebb
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}]
indent_size = 2
back to top