Revision c28f3fb11e7b257c9f34025f4e12ba5fb73ab202 authored by Tobias Meisel on 20 July 2021, 13:20:18 UTC, committed by Tobias Meisel on 21 July 2021, 08:01:09 UTC
1 parent befcd0b
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