Revision 9fdcba8939c0025e97ffcbfcb5c01e630f982147 authored by Tobias Meisel on 07 September 2021, 10:54:37 UTC, committed by Tobias Meisel on 07 September 2021, 10:54:37 UTC
Multimesh_output

See merge request ogs/ogs!3604
2 parent s 077dc5d + 1566f1e
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