Revision 669859a8b0b5dc60272c17ecc50f71e532205d71 authored by Lars Bilke on 01 February 2021, 21:09:22 UTC, committed by Lars Bilke on 02 February 2021, 11:40:24 UTC
1 parent 3c2c815
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