Revision 98aeeb379ac87cc88fb71d111bcb946e2db4c16f authored by Lars Bilke on 29 June 2021, 11:41:40 UTC, committed by Lars Bilke on 29 June 2021, 11:41:40 UTC
1 parent ed9ddc0
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