Revision 958fe18d1324bd1f545b9e164123b8b755d57a4c authored by Dominik Kern on 17 March 2021, 13:27:08 UTC, committed by Dominik Kern on 22 March 2021, 09:33:35 UTC
1 parent c495f2c
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