You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Hello, I've setup everything as mentioned in developing theme docs, but formatting .liquid files clears code instead of formatting the document. I'm having this experience on vscode, prettier-plugin-liquid 1.4.1, prettier 3.2.4.
Hello, I've setup everything as mentioned in developing theme docs, but formatting .liquid files clears code instead of formatting the document. I'm having this experience on vscode, prettier-plugin-liquid 1.4.1, prettier 3.2.4.
.prettierrc
{ "printWidth": 120, "singleQuote": true, "tabWidth": 2, "useTabs": false, "plugins": ["@shopify/prettier-plugin-liquid"], "overrides": [ { "files": "*.liquid", "options": { "singleQuote": false } } ] }
The text was updated successfully, but these errors were encountered: