Revision f9ea88b9bc3b1f366e589fa2f7ebc1514be820e9 authored by Lars Bilke on 27 May 2021, 13:07:21 UTC, committed by Lars Bilke on 27 May 2021, 14:04:53 UTC
1 parent 730335a
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