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 033c6c8 commit 7c83a2cCopy full SHA for 7c83a2c
.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