Revision c217c0476bd1ffc03856ec8ef2ef0a8d7fe2ae8c authored by Lars Bilke on 20 July 2023, 15:50:56 UTC, committed by Lars Bilke on 20 July 2023, 15:50:56 UTC
1 parent bb44fe6
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