Skip to content

Commit 754ea37

Browse files
committed
markdown requires spaces instead of tabs, force it with a .editorconfig file
1 parent 4b722a7 commit 754ea37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Tab indentation (no size specified)
7+
[*.md]
8+
indent_style = space
9+
indent_size = 4

0 commit comments

Comments
 (0)