We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.editorconfig
1 parent 98f8945 commit a1d945fCopy full SHA for a1d945f
.editorconfig
@@ -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