Revision 58ff603ca2445f579b6206fe2f7bb90b33d3087b authored by Tom Fischer on 11 May 2023, 09:31:06 UTC, committed by Tom Fischer on 11 May 2023, 09:31:06 UTC
Output submesh specified by material ids

See merge request ogs/ogs!4594
2 parent s 659697f + 8e75a86
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