Revision 67b91578cade2405e632cb9d0029c9714064379d authored by Thomas Fischer on 07 March 2022, 14:11:10 UTC, committed by Tom Fischer on 16 March 2022, 07:09:01 UTC
1 parent 89aaada
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