Revision 3bff72cc058ba960c48c46b1058ee2218b24ac89 authored by Lars Bilke on 10 December 2020, 20:32:42 UTC, committed by Lars Bilke on 10 December 2020, 20:32:42 UTC
Draft: [ci Fix large benchmark CylindricalCavity

See merge request ogs/ogs!3321
2 parent s 186f776 + 094de66
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,toml,html,css,js,scss}]
indent_size = 2
back to top