Revision 4bffc13e322de10026b01a2d6d2c8575d256f494 authored by Wenqing Wang on 19 March 2021, 16:26:50 UTC, committed by Dmitry Yu. Naumov on 22 April 2021, 14:01:05 UTC
1 parent 3034c39
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