Revision 1730ee2a1f671b6346998039cdc42a55e6ad4557 authored by Lars Bilke on 08 March 2021, 15:02:57 UTC, committed by Lars Bilke on 08 March 2021, 15:02:57 UTC
Some web doc additions

See merge request ogs/ogs!3493
2 parent s 78d85f4 + 2b76136
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