misc(editorconfig) don't trim trailing whitespaces for .md files

This commit is contained in:
JohannesPertl
2023-04-03 11:17:36 +02:00
committed by GitHub
parent 6afb7ba9a6
commit 75bb460ccf

View File

@@ -9,5 +9,8 @@ indent_style = space
max_line_length = 80 max_line_length = 80
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[Makefile] [Makefile]
indent_style = tab indent_style = tab