Revision d2153ba59789ea87f9b0476e363e814f4bcaa428 authored by Christoph Lehmann on 01 September 2022, 13:32:43 UTC, committed by Christoph Lehmann on 12 September 2022, 06:03:25 UTC
1 parent 4eae3a3
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,md}]
indent_size = 2
back to top