Revision f18fc8779e77cca6c4ee699c88236af3e62bcd09 authored by Lars Bilke on 19 May 2021, 12:44:51 UTC, committed by Lars Bilke on 19 May 2021, 12:45:53 UTC
1 parent 2863864
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