Revision 2f0cdbd8c7a2b3aced8a6f8185157df5fcc70f44 authored by Thomas Fischer on 15 August 2023, 10:58:26 UTC, committed by Tom Fischer on 29 August 2023, 09:34:35 UTC
1 parent 76c9145
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