Revision 5f7aa0eaefed7c3ed3a05ce8611684aa47a588d2 authored by Lars Bilke on 13 January 2021, 14:48:51 UTC, committed by Lars Bilke on 13 January 2021, 14:48:51 UTC
1 parent 6d5f0fa
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,toml,html,css,js,scss}]
indent_size = 2
back to top