Revision d877963ebd8876fb6d435425371148d25ebcf0cb authored by Lars Bilke on 22 February 2021, 07:49:09 UTC, committed by Lars Bilke on 22 February 2021, 07:49:09 UTC
Some web styling and fixes

See merge request ogs/ogs!3455
2 parent s 30f9366 + 840bc12
Raw File
.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,toml,html,css,js,scss}]
indent_size = 2
back to top