https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4ff967d16f11591510b71e76b421715843a8b6d5 authored by Lars Bilke on 07 July 2021, 06:11:34 UTC
Merge branch 'restore-ctest-large' into 'master'
Tip revision: 4ff967d
.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