https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 80298540eaac4a8c80df0effc7cec3ac994db5e0 authored by Lars Bilke on 09 February 2021, 13:05:27 UTC
Merge branch 'eigen-dep' into 'master'
Tip revision: 8029854
.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