Revision f94aca9ae76076edb7e91631400f569fe6834578 authored by Thomas Fischer on 23 June 2021, 08:16:15 UTC, committed by Thomas Fischer on 28 June 2021, 06:12:59 UTC
The length was used only internaly and
can be computed on the fly. This makes the
cumbersome and errorprone update of the length
unnecessary.
1 parent 92d7b26
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