Skip to content

Commit 124aacf

Browse files
committed
build: update .editorconfig for .md files
update *.md files not to insert blank lines at the end
1 parent ffd471e commit 124aacf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.editorconfig

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# editorconfig.org
1+
# http://editorconfig.org
2+
23
root = true
34

45
[*]
6+
charset = utf-8
57
indent_style = space
68
indent_size = 2
79
end_of_line = lf
8-
charset = utf-8
9-
trim_trailing_whitespace = true
1010
insert_final_newline = true
11+
trim_trailing_whitespace = true
1112

1213
[*.md]
14+
insert_final_newline = false
1315
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)