Revision b8dc9c592d744c40cc371cb5d3aa36a336ba1379 authored by Wenqing Wang on 24 February 2021, 16:13:27 UTC, committed by Dmitry Yu. Naumov on 24 February 2021, 20:23:23 UTC
1 parent c35a91e
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,toml,html,css,js,scss}]
indent_size = 2
back to top