https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d342b2543bd158e7a7a1c41401b2113a788af1a3 authored by Christoph Lehmann on 05 April 2023, 04:40:33 UTC
Merge branch 'openmp-parallel-assembly' into 'master'
Tip revision: d342b25
.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,md}]
indent_size = 2
back to top