Revision 3d062881e5f43c2af910e7fb843c5ccfb1417660 authored by Lars Bilke on 04 August 2021, 10:24:39 UTC, committed by Lars Bilke on 04 August 2021, 10:24:39 UTC
1 parent daf1bb7
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