https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 96feceeb04aa1c4c9f6f60515dcfc8737dd4db6b authored by Lars Bilke on 21 June 2021, 11:34:13 UTC
Merge branch 'tailwind-update' into 'master'
Tip revision: 96fecee
.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