Revision 93a4a46870da5a97020f4b621c764b91687bd3e4 authored by Thomas Fischer on 21 June 2021, 12:50:17 UTC, committed by Thomas Fischer on 01 July 2021, 14:16:39 UTC
1 parent 204dd94
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