Revision 4fdaa3b47e58dad2f9986da96a05ebd94df2ac72 authored by Dmitry Yu. Naumov on 06 October 2021, 07:59:42 UTC, committed by Dmitry Yu. Naumov on 06 October 2021, 07:59:42 UTC
Several independent changes

See merge request ogs/ogs!3822
2 parent s fe8a423 + 3f6d340
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}]
indent_size = 2
back to top