Revision c663912757dfcb65b833343fbc2d21bbfb6ede38 authored by Dmitry Yu. Naumov on 27 April 2021, 16:24:11 UTC, committed by Dmitry Yu. Naumov on 27 April 2021, 16:24:11 UTC
Small fixes

See merge request ogs/ogs!3593
2 parent s 4e230d0 + f04baf1
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