Revision 7b09b6d0766c857e53b89256378d167bf7d39866 authored by Lars Bilke on 24 February 2021, 11:12:05 UTC, committed by Lars Bilke on 08 March 2021, 13:08:47 UTC
1 parent d3d08bb
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,toml,html,css,js,scss}]
indent_size = 2
back to top