https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f8436f53719aa835feaff815d3e46550ff70866e authored by Lars Bilke on 01 March 2021, 12:07:42 UTC
Bumped minimum Conan to 1.33.0
Tip revision: f8436f5
.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