Revision 9dc39b7e889f5741b1845aadf36bf346dba8d515 authored by Thomas Fischer on 29 November 2021, 08:09:14 UTC, committed by Thomas Fischer on 02 December 2021, 09:13:41 UTC
1 parent 491bef1
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