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
Despite the flexibility that styles give us, it would be useful to allow the user to override certain rules using options instead of using some style (e.g. disabling line breaks for function arguments).
So from my experience working with styles it's trending towards styles being used preliminary for line break style. For example, on the yaaas branch I've made all other things an option which could be used from any style.
Despite the flexibility that styles give us, it would be useful to allow the user to override certain rules using options instead of using some style (e.g. disabling line breaks for function arguments).
See prettier for example: https://prettier.io/docs/en/options.html
The text was updated successfully, but these errors were encountered: