Revision 48968483656c7046270b82db8fc132dc6e445fa6 authored by Lars Bilke on 31 March 2023, 14:59:54 UTC, committed by Lars Bilke on 31 March 2023, 14:59:54 UTC
Strong types for additional safety

See merge request ogs/ogs!4539
2 parent s 63a5ac5 + 945094e
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,yaml,toml,html,css,js,scss,md}]
indent_size = 2
back to top