Revision eb5427810c316436dec51a9a1197315927f8d603 authored by Lars Bilke on 01 June 2023, 09:47:14 UTC, committed by Lars Bilke on 01 June 2023, 10:32:38 UTC
1 parent 063b043
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