Revision f8991d44b9a5544a89dd6562925b983fc0af3246 authored by renchao_lu on 23 July 2021, 14:01:11 UTC, committed by renchao_lu on 02 August 2021, 13:43:50 UTC
1 parent abd9c0c
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