Revision 5a832ce6ef4cc15aae1d6b5b9f4fc8676398f458 authored by renchao_lu on 25 July 2021, 10:37:08 UTC, committed by renchao_lu on 02 August 2021, 13:43:52 UTC
1 parent 7eba203
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