Revision 8accd9fde3d7a27aec4ab99ab57fc917b82715dd authored by Wenqing Wang on 27 January 2021, 15:33:20 UTC, committed by Wenqing Wang on 02 February 2021, 09:18:06 UTC
1 parent bc46b63
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