Skip to content

Commit a1d945f

Browse files
committed
Add a .editorconfig with our chosen formatting options.
1 parent 98f8945 commit a1d945f

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+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
8+
[*.ts]
9+
indent_style = space
10+
indent_size = 2

0 commit comments

Comments
 (0)