https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1590750e5ee0e8e1a0e649ce7162b0bc0aec3b52 authored by Lars Bilke on 18 July 2023, 13:09:28 UTC
Merge branch 'mfront-build' into 'master'
Tip revision: 1590750
.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