Revision 53944716926576275a6be06bb5794e78fd4cf7ef authored by Lars Bilke on 06 May 2021, 11:23:09 UTC, committed by Dmitri Naumov on 09 May 2021, 12:04:25 UTC
1 parent 180ed4a
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