Revision aa017420da8dc4c31e60fca455ad3e75045ea083 authored by Tom Fischer on 03 February 2023, 07:34:44 UTC, committed by Tom Fischer on 03 February 2023, 07:34:44 UTC
Project file: Enable multiple meshes and geometry input

See merge request ogs/ogs!4469
2 parent s e92c01c + bda5465
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