Skip to content

Commit 0d3b619

Browse files
committed
.editorconfig: end markdown files always with a newline
1 parent 60384ab commit 0d3b619

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.editorconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ dotnet_separate_import_directive_groups = true
2323

2424
[*.cake]
2525
indent_style = tab
26-
indent_size = 4
26+
indent_size = 4
27+
28+
[*.md]
29+
# Ensure that the markdown files always end with a newline, which is e.g. especially
30+
# helpful for the docs/release/NEXT.md to ensure that adding a new entry/line
31+
# doesn't touch the previous one to reduce the diff & merge conflicts.
32+
insert_final_newline = true

0 commit comments

Comments
 (0)