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 1cda26c commit d75648fCopy full SHA for d75648f
.gitattributes
@@ -3,3 +3,4 @@
3
4
# Exclude files from archive
5
.gitattributes export-ignore
6
+.vscode export-ignore
.vscode/settings.json
@@ -0,0 +1,13 @@
1
+{
2
+ "editor.formatOnSave": true,
+ "editor.insertSpaces": false,
+ "editor.formatOnPaste": true,
+ "editor.tabSize": 2,
+ "editor.detectIndentation": false,
7
+ "[typescript]": {
8
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
9
+ },
10
+ "[md]": {
11
12
+ }
13
+}
0 commit comments