Revision 498de1b112ff2980120b89d3553e4867a2982a7a authored by Lars Bilke on 23 March 2022, 12:14:02 UTC, committed by Lars Bilke on 24 March 2022, 10:03:56 UTC
1 parent 8be4c6b
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