Procházet zdrojové kódy

chore: set vscode default formatter

invalid w před 1 rokem
rodič
revize
0b9dd918d9
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -91,7 +91,8 @@
     "editor.codeActionsOnSave": {
       "source.fixAll.eslint": true,
       "source.fixAll.stylelint": true
-    }
+    },
+    "editor.defaultFormatter": "esbenp.prettier-vscode"
   },
   "i18n-ally.localesPaths": ["src/locales/lang"],
   "i18n-ally.keystyle": "nested",