https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bf5e9109ae38f414e1bcfceedee5c2de4f6c5a74 authored by Dominik Kern on 22 March 2021, 17:46:49 UTC
Merge branch 'update_staggered_scheme_benchmark' into 'master'
Tip revision: bf5e910
.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