Considering this code:
<script>
export const foo = 123
</script>
<h1>foo = {foo}</h1>
can there be at least the option to disable indentation of the script? It looks awful especially in complex components, where like 80% of code becomes indented for no reason.
prettier itself defaults to not indent first-level SFC tags (prettier/prettier#3888).
Considering this code:
can there be at least the option to disable indentation of the script? It looks awful especially in complex components, where like 80% of code becomes indented for no reason.
prettier itself defaults to not indent first-level SFC tags (prettier/prettier#3888).