Revision c495f2c7deb21ab5c35e42d371200ae9b778ff95 authored by Lars Bilke on 22 March 2021, 07:35:11 UTC, committed by Lars Bilke on 22 March 2021, 07:35:11 UTC
Closes #3123.
1 parent 7182349
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