Revision a9a39d454ba64f79be26d4a6539fc57f0d72864b authored by Dmitri Naumov on 27 April 2023, 17:11:09 UTC, committed by Dmitri Naumov on 04 May 2023, 07:20:35 UTC
Testing precision of the output value written in the xdmf file.
1 parent 25dce78
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