Revision dc91a2b3972fc6e6af6e70971586023108e8dd32 authored by Lars Bilke on 31 August 2021, 07:00:05 UTC, committed by Lars Bilke on 31 August 2021, 10:19:41 UTC
1 parent 5cd7f41
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