Skip to content

Commit bd447f7

Browse files
committed
Merge pull request microsoft#2178 from tinganho/editorconfig
Adds editorconfig file
2 parents 70d5f9c + 4c6ebb1 commit bd447f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
root = true
3+
4+
[{src,scripts}/**.{ts,json,js}]
5+
end_of_line = crlf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 4

0 commit comments

Comments
 (0)