Skip to content

Commit 4c96012

Browse files
committed
Support .editorconfig.
http://editorconfig.org/ Fixes highlightjs#677.
1 parent bf9fac5 commit 4c96012

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[*]
2+
end_of_line = lf
3+
insert_final_newline = true
4+
5+
[*.{js,css}]
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 2

0 commit comments

Comments
 (0)