Skip to content

Commit d5912ee

Browse files
committed
converting tabs to spaces for all markdown, adding editorconfig
1 parent d94f37d commit d5912ee

16 files changed

+2050
-2038
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = tab
8+
indent_size = 4
9+
10+
[*.md]
11+
indent_style = space
12+
indent_size = 4

0 commit comments

Comments
 (0)