Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to not add empty lines between groups #80

Open
akshdeep-singh opened this issue May 19, 2024 · 1 comment
Open

Add option to not add empty lines between groups #80

akshdeep-singh opened this issue May 19, 2024 · 1 comment

Comments

@akshdeep-singh
Copy link

Is your feature request related to a problem? Please describe.
Using this, empty lines are always added between import groups, which I don't want.

Describe the solution you'd like
Add boolean option to enable/disable add empty line between groups.

Describe alternatives you've considered

Additional context
No Empty lines like below:

// Dart imports:
import 'dart:async';
import 'dart:io';
import 'dart:js';
// Flutter imports:
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/painting.dart';
import 'package:flutter/physics.dart';
// Package imports:
import 'package:intl/intl.dart';
import 'package:mdi/mdi.dart';
import 'package:provider/provider.dart';
// Project imports:
import 'package:example_app/anotherFile2.dart';
import 'anotherFile.dart';
@vkammerer
Copy link
Collaborator

This is something that could be handled by the next maintainer once #84 is resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants