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
As you can see, prettier-plugin-svelte is formatting the getter onto the same line as the bind declaration (because of line length), and the setter is at the same indent level as attributes.
I recommend adjusting the formatting output to always put getter and setter on different lines, regardless of line length:
I have the following code after being formatted:
As you can see, prettier-plugin-svelte is formatting the getter onto the same line as the bind declaration (because of line length), and the setter is at the same indent level as attributes.
I recommend adjusting the formatting output to always put getter and setter on different lines, regardless of line length:
The text was updated successfully, but these errors were encountered: