Revision 5abf46c8110c0930ebd13178d6a4fc7c245d95f4 authored by renchao_lu on 05 May 2021, 09:12:23 UTC, committed by renchao_lu on 07 May 2021, 10:59:09 UTC
1 parent 25581ae
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