Revision 05887d221ff503780b7a20b6d2aec6288ee05c1a authored by Norbert Grunwald on 23 March 2021, 12:12:05 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:49 UTC
1 parent 0989a49
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