Revision 892f5ccabe9b91b71d4268231331c759401b4647 authored by renchao_lu on 21 April 2021, 15:21:04 UTC, committed by renchao_lu on 23 April 2021, 09:11:34 UTC
1 parent 5203e53
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