From 408b16b2c1daa7f1575d171717a5427a956129ab Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 20 Jan 2021 12:15:49 +0100 Subject: [PATCH] pubspec: Add config for import sorter --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 566fe989..59049221 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -117,3 +117,6 @@ flutter_icons: image_path: "assets/icon/icon.png" image_path_ios: "assets/icon/icon_ios.png" ios: true + +import_sorter: + comments: false