Revision 4396e2c7573ca62129ceb5a1d04e5c5308e80300 authored by Lars Bilke on 17 June 2021, 13:00:57 UTC, committed by Lars Bilke on 23 June 2021, 06:20:59 UTC
1 parent 6be5115
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