Revision fb4792f2b101726446ec4cb044d9045d61e4a3df authored by Lars Bilke on 26 May 2021, 20:49:15 UTC, committed by Lars Bilke on 27 May 2021, 13:07:16 UTC
1 parent 741c368
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