Revision 820c9e69c676c84d54317da769ee79d37c4a9884 authored by Dmitri Naumov on 05 April 2021, 21:02:32 UTC, committed by Dmitri Naumov on 06 April 2021, 19:10:20 UTC
1 parent 4952257
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