Revision 43619c0c689f5bc4da0934f434592d204ca0083a authored by Wenqing Wang on 24 June 2021, 09:47:32 UTC, committed by Dmitry Yu. Naumov on 29 June 2021, 08:38:07 UTC
1 parent 4b4d4c3
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