Skip to content

Commit 8dda301

Browse files
committed
adding ruby and js
1 parent a6dda8f commit 8dda301

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ continuation_indent_size = 2
2222
indent_style = space
2323
indent_size = 4
2424

25+
[*.rb]
26+
indent_style = space
27+
indent_size = 2
28+
29+
[*.js]
30+
indent_style = space
31+
indent_size = 2
32+
2533
[*.html]
2634
indent_style = space
2735
indent_size = 2

0 commit comments

Comments
 (0)