Skip to content

Commit 6fb47a8

Browse files
committed
chore(editorconfig): add file for consistent options across different editors
1 parent 5867cd7 commit 6fb47a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*.{ts, js}]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
indent_size = 2
7+
indent_style = space
8+
9+
[*.{yml, yaml, json}]
10+
indent_style = space
11+
indent_size = 2

0 commit comments

Comments
 (0)