Revision a608afe7f7ae53716ab37478558c8c1f9d2be804 authored by Lars Bilke on 09 February 2021, 16:08:05 UTC, committed by Lars Bilke on 15 February 2021, 14:13:01 UTC
1 parent 5f74f58
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