https://gitlab.opengeosys.org/ogs/ogs.git
Revision d14ba9a3c0cfefbef16ba12987ddf9d249e9de71 authored by Christoph Lehmann on 28 April 2023, 19:05:17 UTC, committed by Dmitri Naumov on 30 April 2023, 13:56:49 UTC
1 parent b953bab
Raw File
Tip revision: d14ba9a3c0cfefbef16ba12987ddf9d249e9de71 authored by Christoph Lehmann on 28 April 2023, 19:05:17 UTC
[PL] Improved OpenMP performance a bit
Tip revision: d14ba9a
.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