Revision c7ebb6be436d9e24e61983ee7c794a54886646e5 authored by Thomas Fischer on 14 June 2021, 15:00:41 UTC, committed by Thomas Fischer on 18 June 2021, 09:20:16 UTC
1 parent 1655873
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