Skip to content

Commit bf638e1

Browse files
.editorconfig added, to fix indentation problems (tab vs spaces)
1 parent bd81a6f commit bf638e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
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 = tab
8+
indent_size = 4

0 commit comments

Comments
 (0)