https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b81bd6f0955fad63912c9c9e608a424871814930 authored by Tobias Meisel on 08 November 2023, 08:16:34 UTC
Merge branch 'chunk_size' into 'master'
Tip revision: b81bd6f
.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