We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5924b12 + a439f87 commit 46f409aCopy full SHA for 46f409a
1 file changed
.editorconfig
@@ -2,7 +2,12 @@
2
root = true
3
4
[*]
5
+charset = utf-8
6
+insert_final_newline = true
7
end_of_line = lf
8
indent_style = space
9
indent_size = 4
-trim_trailing_whitespace = true
10
+trim_trailing_whitespace = true
11
+
12
+[*.md]
13
+trim_trailing_whitespace = false
0 commit comments