Revision d1ef99509d788205e03beaffd7d3ec87d5c07edf authored by Norbert Grunwald on 22 September 2021, 08:15:04 UTC, committed by Dmitry Yu. Naumov on 24 September 2021, 10:00:29 UTC
1 parent a1cc159
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