https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3605d8367d07348508e1ef838050fa127866fd8e authored by Dmitri Naumov on 19 May 2021, 15:14:13 UTC
[App/IO] Extract special reading function.
Tip revision: 3605d83
.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