Revision 5115c2b529d3b8565a021fb2993ecb7cf2d89115 authored by Thomas Fischer on 12 October 2021, 14:34:01 UTC, committed by Dmitry Yu. Naumov on 19 October 2021, 08:07:15 UTC
1 parent b95f221
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