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 a218aea commit 74d72bcCopy full SHA for 74d72bc
.vscode/.gitignore
@@ -0,0 +1 @@
1
+/*
.vscode/settings.json
@@ -0,0 +1,12 @@
+{
2
+ "editor.insertSpaces": false,
3
+ "editor.tabSize": 4,
4
+ "files.insertFinalNewline": true,
5
+ "[yaml]": {
6
+ "editor.insertSpaces": true,
7
+ "editor.tabSize": 2,
8
+ },
9
+ "[markdown]": {
10
11
+ }
12
+}
0 commit comments