Revision d56ec86d6132baeb1bb95040515471fa0ff9d35e authored by Thomas Fischer on 06 May 2021, 13:13:06 UTC, committed by Thomas Fischer on 10 May 2021, 08:53:30 UTC
1 parent 8b08b8e
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