Revision cb55c08408c4cdf3d08040451dcd1c2de2a4b4ba authored by Christoph Lehmann on 17 April 2023, 06:46:32 UTC, committed by Christoph Lehmann on 26 April 2023, 15:01:25 UTC
1 parent 7be0e0c
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