Revision 62a605f9c0337f86510df730911f3bf622b3848f authored by Dmitri Naumov on 05 May 2021, 08:08:32 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 20:19:26 UTC
1 parent 51c2d54
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