Revision 752ca9fad36b7ef6ec67dfd9e09a65ac25e48d4f authored by Thomas Fischer on 21 June 2021, 06:44:16 UTC, committed by Thomas Fischer on 24 June 2021, 10:09:45 UTC
1 parent a2f11e6
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