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 per our conversation, the current plan is to keep import directives and their URIs on one line and possible continue the as clause and show and hide combinators.
Changed the title to: "Improve linebreaking for imports".
[user feedback]
The formatter break import stements in a way that is not usefull. How about deactivating it for imports?
import 'package:sdsadasd/ass/sadasdas/sadasdsad_asdasd_asdsada_adsasdasdsa.dart';
becomes:
import
'package:sdsadasd/ass/sadasdas/sadasdsad_asdasd_asdsada_adsasdasdsa.dart';
The text was updated successfully, but these errors were encountered: