https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 03774b133f1f75686077a646fbf66d2227f5f9f3 authored by wenqing on 07 February 2023, 12:01:32 UTC
Merge branch 'inclined_element_HC' into 'master'
Tip revision: 03774b1
.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