Revision e491d77e787e2e732d61101dfd0e573e3b5701ee authored by Christoph Lehmann on 23 September 2021, 09:46:11 UTC, committed by Christoph Lehmann on 23 September 2021, 09:46:43 UTC
1 parent 1098341
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