Revision 6ba44e876ef54959221e2f5d9601ff92efd7e8e8 authored by rinkk on 22 March 2021, 10:54:17 UTC, committed by Lars Bilke on 26 March 2021, 09:48:18 UTC
1 parent 42c0b49
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