Revision 446d23c3e70527f4d241cbf190924f47fac44828 authored by Tymofiy Gerasimov on 29 August 2023, 09:23:10 UTC, committed by Dmitri Naumov on 31 August 2023, 08:13:49 UTC
Documentation of the volumetric expansion due to water-to-ice
phase change test.
1 parent 8720280
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