Revision 315f0ebb47b5cc7b9f73c75542dc24afebd06154 authored by Dmitry Yu. Naumov on 07 October 2021, 18:10:06 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 18:10:06 UTC
Fix HeatConductionProcess parallel (PETSc) build.

See merge request ogs/ogs!3831
2 parent s 5e0bec1 + 657d2a1
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