We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28304df commit d455233Copy full SHA for d455233
.editorconfig
@@ -12,5 +12,6 @@ indent_size = 2
12
insert_final_newline = true
13
trim_trailing_whitespace = true
14
15
-[*.{diff,md,properties,conf}]
+# Prevent line-ending removal in Markdown files (two trailing spaces = new line)
16
+[*.md]
17
trim_trailing_whitespace = false
0 commit comments