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 4618113 commit 831a2f3Copy full SHA for 831a2f3
.gitignore
@@ -24,10 +24,6 @@ yarn-error.log
24
# Coverage
25
coverage/
26
27
-# VS Code
28
-.vscode/
29
-!.vscode/tasks.js
30
-
31
# JetBrains IDEs
32
.idea/
33
/*.iml
.vscode/extensions.json
@@ -0,0 +1,3 @@
1
+{
2
+ "recommendations": ["trunk.io"]
3
+}
.vscode/settings.json
@@ -0,0 +1,6 @@
+ "editor.formatOnSave": true,
+ "editor.defaultFormatter": "trunk.io",
4
+ "editor.trimAutoWhitespace": true,
5
+ "trunk.autoInit": false
6
0 commit comments