Revision 47c3824f6c23f658b1f1bc227791082514f7d9f9 authored by Lars Bilke on 18 February 2021, 10:04:01 UTC, committed by Lars Bilke on 19 February 2021, 07:13:01 UTC
1 parent b39d6c5
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