Revision d72d4ae040da34492ecdb2c3525d402bb0df2f9c authored by Dmitri Naumov on 27 June 2021, 12:19:04 UTC, committed by Dmitri Naumov on 28 June 2021, 11:25:31 UTC
1 parent 12f9c5e
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