Revision 4f0ad3518b77bb5f6c34d331c219f2e817825945 authored by Lars Bilke on 12 May 2021, 06:57:28 UTC, committed by Lars Bilke on 12 May 2021, 12:29:54 UTC
1 parent 1789fab
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