Revision 5ea06d23402b058e22efe5318613dd15b44ee25c authored by Lars Bilke on 19 April 2022, 10:00:07 UTC, committed by Lars Bilke on 19 April 2022, 10:00:07 UTC
CMake cleanup and improvements

See merge request ogs/ogs!4101
2 parent s e70b8b4 + 2226cbe
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}]
indent_size = 2
back to top