Revision 174990ab73652067d97dddf2010864982897264b authored by Christoph Lehmann on 04 May 2022, 08:43:40 UTC, committed by Christoph Lehmann on 15 September 2022, 12:31:57 UTC
1 parent 1f06142
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,md}]
indent_size = 2
back to top