Revision c449fe1369347d617d50f25f0dd81fc7294f8fad authored by Dmitri Naumov on 09 March 2021, 13:48:03 UTC, committed by Dmitri Naumov on 09 March 2021, 13:48:03 UTC
1 parent eb24866
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