Revision 94944f4b3ad051e4836c2c644e7772ea6e43a450 authored by Dmitri Naumov on 08 October 2021, 13:56:08 UTC, committed by Dmitri Naumov on 31 October 2021, 09:51:01 UTC
1 parent f15cc31
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