Revision 0dd9f0398ee731325176f7b9aeecf011fdbbbc79 authored by Lars Bilke on 17 January 2023, 08:24:14 UTC, committed by Lars Bilke on 17 January 2023, 08:24:14 UTC
[ci] New job include-what-you-use

See merge request ogs/ogs!4421
2 parent s 6d71164 + 026f922
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