Revision 8becbac668a838f93ef785c22de324a9c8239a3a authored by Dmitri Naumov on 09 December 2020, 14:02:12 UTC, committed by Dmitri Naumov on 13 January 2021, 17:03:57 UTC
1 parent b124721
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