Revision 60f3352edd8a2376c80bd09308b0bf4f66fb5c3a authored by Dmitri Naumov on 31 August 2021, 07:53:23 UTC, committed by Dmitry Yu. Naumov on 06 October 2021, 07:31:33 UTC
1 parent 99a11f7
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