We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5059386 commit 0694251Copy full SHA for 0694251
.editorconfig
@@ -0,0 +1,12 @@
1
+root = true
2
+
3
+[*]
4
+indent_style = tab
5
+end_of_line = lf
6
+charset = utf-8
7
+trim_trailing_whitespace = true
8
+insert_final_newline = true
9
10
+[*.yml]
11
+indent_style = space
12
+indent_size = 2
.gitattributes
@@ -0,0 +1 @@
+* text=auto eol=lf
.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "typescript.tsdk": "node_modules/typescript/lib"
+}
0 commit comments