prettier-plugin-liquid icon indicating copy to clipboard operation
prettier-plugin-liquid copied to clipboard

Can't seem to disable disable single quotes

Open jvlvl-z opened this issue 1 year ago • 1 comments

Describe the bug Can't seem to change the single quote formatting.

This is my settings.json:

"[liquid]": { "singleQuote": false, "liquidSingleQuote": false, "editor.defaultFormatter": "Shopify.theme-check-vscode" }

and in our prettierrc file we have:

{ "singleQuote": true, "liquidSingleQuote": false, "trailingComma": "all", "semi": true, "printWidth": 100, "overrides": [ { "files": "*.scss", "options": { "singleQuote": false, "printWidth": 120 } }, { "files": "*.liquid", "options": { "singleQuote": false } } ] }

Unformatted source

Expected output

Actual output

Debugging information

  • OS [e.g. Windows, Mac, Linux]
  • Version [e.g. 0.1.0]

Additional context Add any other context about the problem here.

jvlvl-z avatar Feb 03 '23 13:02 jvlvl-z