Revision 2ba34e6bec11f1425298fafaeede3cf674a408fb authored by Dominik Kern on 22 November 2021, 12:39:46 UTC, committed by Dominik Kern on 22 November 2021, 12:46:40 UTC
comply with review
1 parent b38e058
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