Skip to content

Commit 622a998

Browse files
author
Raza Gill
committed
added editorconfig
1 parent 4c604b5 commit 622a998

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[*.js,*.jsx]
2+
indent_style = tab
3+
indent_size = 2
4+
end_of_line = LF
5+
charset = utf-8
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*]
10+
charset = utf-8
11+
end_of_line = LF
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true

0 commit comments

Comments
 (0)