Revision 96868239ec41cc8f091ae4af31903d66b508db73 authored by Lars Bilke on 28 February 2023, 10:13:42 UTC, committed by Lars Bilke on 28 February 2023, 10:13:42 UTC
[ci] Fix sanitizer and wheel jobs

See merge request ogs/ogs!4501
2 parent s 79e7014 + cbbcb17
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