Revision 59a90cc650a8323ab37dc1129558fe1f179f720c authored by Lars Bilke on 01 July 2021, 13:52:19 UTC, committed by Lars Bilke on 01 July 2021, 19:23:15 UTC
1 parent 4007f54
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