Revision 9a0340e8e4d91c305792d7623bf1d170e37bb27c authored by Dmitry Yu. Naumov on 11 July 2023, 16:07:56 UTC, committed by Dmitry Yu. Naumov on 11 July 2023, 16:07:56 UTC
Draft: Extend THM  to TM-freezing

See merge request ogs/ogs!4642
2 parent s 3600f7d + 9635c4e
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