Revision 9b7b1479e73648cf211000f635473b29434646ac authored by cbsilver on 09 November 2021, 14:45:24 UTC, committed by Dmitry Yu. Naumov on 16 November 2021, 16:25:44 UTC
1 parent 521d240
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