Edit .editorconfig to accept Markdown line breaks using 2 trailing spaces

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2025-07-09 21:48:18 -03:00
parent 6ca3456308
commit 2a50fce80b

View File

@@ -17,6 +17,7 @@ tab_width = 2
[*.md]
tab_width = 2
trim_trailing_whitespace = false
[*.json]
indent_size = 2