Revision 912c7dddac18fb77d69910e60a0b6cd43d72e8d5 authored by Lars Bilke on 01 March 2021, 14:30:14 UTC, committed by Lars Bilke on 01 March 2021, 14:30:14 UTC
Bumped minimum Conan to 1.33.0

See merge request ogs/ogs!3473
2 parent s d159997 + f8436f5
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