[Vuejs]-Can I use different prettier options for `<script>` and `<style>` tag in a `.vue` file?

0👍

A good place to start is the Vetur VSCode plugin. It allows you to choose different formatters depending on language.
Just install the extension, then go to Settings and search "Vetur formatter", there you can choose your favorite plugin to format each part of your vue file.
enter image description here

Leave a comment