Revision 8ee2660482025788e5c54eb44c829b91cb9fa43c authored by Wenqing Wang on 04 March 2021, 11:53:44 UTC, committed by Dmitri Naumov on 22 May 2021, 10:41:34 UTC
1 parent 8484cd2
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