Revision fd7eacd2ab1aa2e233363c067bee56f191529849 authored by Lars Bilke on 22 September 2021, 10:11:47 UTC, committed by Lars Bilke on 28 September 2021, 13:52:25 UTC
1 parent 2da30e6
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