Revision 99df01fda8dd45d3f791d917001bc4d5ee605a7b authored by Dmitri Naumov on 05 July 2021, 13:15:45 UTC, committed by Dmitri Naumov on 05 July 2021, 21:55:13 UTC
1 parent 7d3a855
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