Revision 249cf6c2a4901d89790f75d545518a63aa5adf2b authored by Tom Fischer on 29 June 2021, 18:21:34 UTC, committed by Tom Fischer on 29 June 2021, 18:21:34 UTC
TH2M updates

See merge request ogs/ogs!3680
2 parent s 83d48cc + 0c44de6
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