We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d39010 commit 78f02e8Copy full SHA for 78f02e8
‎.vscode/settings.json
@@ -0,0 +1,13 @@
1
+{
2
+ "[css][github-actions-workflow][html][javascript][javascriptreact][json][jsonc][markdown][postcss][scss][typescript][typescriptreact][yaml]": {
3
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
4
+ "editor.minimap.maxColumn": 80,
5
+ "editor.rulers": [80]
6
+ },
7
+ "editor.codeActionsOnSave": {
8
+ "source.fixAll": "always",
9
+ "source.fixAll.markdownlint": "always",
10
+ "source.organizeImports": "always"
11
12
+ "editor.formatOnSave": true
13
+}
0 commit comments