https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e421f05eb65c8a2efadfcb5c216385a977791e63 authored by wenqing on 13 June 2023, 11:31:41 UTC
Merge branch 'imprv_fixed_stress' into 'master'
Tip revision: e421f05
.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