Revision 64a7a5afabc2c2e76fee19578edee86456ee201e authored by Dominik Kern on 19 March 2021, 13:34:03 UTC, committed by Dominik Kern on 22 March 2021, 17:43:01 UTC
1 parent 958fe18
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