Skip to content

Commit 7a0c95c

Browse files
committed
Add .editorconfig
1 parent d89867d commit 7a0c95c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
8+
[*.{js,css,sass,scss}]
9+
indent_style = tab

0 commit comments

Comments
 (0)