Skip to content

Commit 8e215b6

Browse files
committed
add editorconfig for consistent code formatting
1 parent 04bbbda commit 8e215b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[*]
2+
indent_style = space
3+
4+
[*.{js,ts,jsx,tsx}]
5+
indent_size = 2
6+
quote_style = double
7+
line_length = 120

0 commit comments

Comments
 (0)