Revision 64e4572f6f5cd2aa854edb599637287f53a492fc authored by Wenqing Wang on 02 February 2021, 16:02:45 UTC, committed by Dmitry Yu. Naumov on 20 February 2021, 10:03:38 UTC
1 parent 1c98cba
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,toml,html,css,js,scss}]
indent_size = 2
back to top