Revision 3828214a27f7cd870c0447df372e103804aaebcb authored by Thomas Fischer on 16 December 2020, 08:47:10 UTC, committed by Thomas Fischer on 16 December 2020, 11:47:21 UTC
Simulation input (partitioning of the mesh) has changed. This leads to changed
output files.
1 parent 016543a
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,toml,html,css,js,scss}]
indent_size = 2
back to top