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 60384ab commit 0d3b619Copy full SHA for 0d3b619
.editorconfig
@@ -23,4 +23,10 @@ dotnet_separate_import_directive_groups = true
23
24
[*.cake]
25
indent_style = tab
26
-indent_size = 4
+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