Revision a2f11e6a98c815a32dbff2d89d36ab209f90d3cf authored by Thomas Fischer on 21 June 2021, 06:43:12 UTC, committed by Thomas Fischer on 24 June 2021, 10:09:45 UTC
1 parent 5ff4364
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