Shopify/prettier-plugin-liquid

Avoid the final new line on snippets

Closed this issue · 1 comments

It doesn't seem possible to disable this feature

I tried

"files.insertFinalNewline": false
and
"insertFinalNewLine": false

within .prettierrc and the VS Code settings without success

Unfortunately, final new line has nothing to do with the plugin. Could be a editorconfig, could be editor setting, but I don't think that's a prettier plugin specific issue. It could be general prettier config, but we don't have control over that as far as I am aware.