Revision 841ed20a3800adf179983aec79239e8e8949a6a4 authored by Wenqing Wang on 05 March 2021, 16:57:23 UTC, committed by Wenqing Wang on 11 March 2021, 09:41:45 UTC
1 parent f989cda
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