Revision 190f89fb48636601c3394f1b6f27201d59b91275 authored by Wenqing Wang on 14 May 2021, 13:16:01 UTC, committed by Wenqing Wang on 17 May 2021, 08:31:39 UTC
1 parent e4cecdf
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