https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d5ec2cb3f84d095e2e1db2fe6c24096cd2c8b659 authored by Tom Fischer on 08 June 2023, 11:23:09 UTC
Merge branch 'FixXDMFVariableOutput' into 'master'
Tip revision: d5ec2cb
.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