https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6e8adcb3f330ce7501716e0cd8b24b248707032d authored by Tom Fischer on 12 October 2021, 11:48:42 UTC
Merge branch 'HigherOrderParallelTest' into 'master'
Tip revision: 6e8adcb
.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