Skip to content

Commit 6ce1e3b

Browse files
Add .editorconfig file
1 parent 9d5aab8 commit 6ce1e3b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# Indentation override for all JS under lib directory
12+
[*.js]
13+
indent_style = tab

0 commit comments

Comments
 (0)