https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f64b0e204baab829f407ca0451b99e23749b8cc2 authored by Lars Bilke on 15 March 2021, 09:36:53 UTC
Bump Boost to 1.69.0 for Clang compatibility.
Tip revision: f64b0e2
.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