https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6934b98da09fe4367b56e14910c5162e29c29e09 authored by wenqing on 24 February 2021, 14:03:20 UTC
Merge branch 'HM_UpdatedToEpsilonSigmaOutput' into 'master'
Tip revision: 6934b98
.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,toml,html,css,js,scss}]
indent_size = 2
back to top