https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a3a8f3bc89a0ba2252dd5c374741ae694a5575c4 authored by wenqing on 01 March 2023, 14:27:42 UTC
Merge branch 'FE_mini_benchmark1' into 'master'
Tip revision: a3a8f3b
.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