Revision 62229360be975dc71a4168262ef0dc03f8bf35aa authored by Lars Bilke on 14 December 2020, 12:47:55 UTC, committed by Lars Bilke on 16 December 2020, 08:11:15 UTC
1 parent f5b88ea
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