Revision 27ebc723443e617ac84e7ada5d4449ddcc458a5b authored by renchao_lu on 28 August 2021, 15:03:58 UTC, committed by Dmitri Naumov on 03 September 2021, 08:16:50 UTC
1 parent e199068
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