https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3bc70067ad8267c465bb475948f4d8b4f03e7bb6 authored by Wenqing Wang on 20 November 2020, 10:38:43 UTC
[TRM] Update for the changes in RM for using drho_l/dp
Tip revision: 3bc7006
.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