Revision 47efb78cdd3532bed0283271a57fd33d05431b1b authored by Lars Bilke on 09 December 2021, 07:28:25 UTC, committed by Lars Bilke on 09 December 2021, 07:28:25 UTC
Updated Conan CMake integration

See merge request ogs/ogs!3910
2 parent s 2683453 + bffa1e6
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