https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 639162cd4f4f040fc9303b8968c2019f1d950ae8 authored by KeitaYoshioka on 24 November 2021, 16:35:30 UTC
[PL/PhF] Bug fix. Use global index in BC.
Tip revision: 639162c
.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}]
indent_size = 2
back to top