Revision 8fe86dec6abc3b3955f02910d2ce02b77b952d3b authored by Wenqing Wang on 15 April 2020, 10:08:30 UTC, committed by Wenqing Wang on 16 February 2021, 12:16:27 UTC
1 parent 283510d
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