Revision 18e3f986c60426bc6e50113a218c09c7705d6b96 authored by Wenqing Wang on 16 March 2021, 10:09:22 UTC, committed by Wenqing Wang on 19 March 2021, 08:00:25 UTC
1 parent 1b7c954
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