Revision 233846b59e4a2bb898691fc220a939f9ac1c614d authored by Dmitri Naumov on 04 April 2021, 09:58:42 UTC, committed by Dmitri Naumov on 04 April 2021, 12:19:08 UTC
1 parent 5d0c291
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