Skip to content

Commit 06ff590

Browse files
committed
fix formatting
1 parent 3da817e commit 06ff590

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ indent_size = 2
2929
indent_size = 4
3030
max_line_length = 100
3131

32+
[*.java]
33+
indent_style = space
34+
indent_size = 2
35+
tab_width = 2
36+
max_line_length = 100
37+
insert_final_newline = false
38+
3239
[*.m]
3340
indent_style = space
3441
indent_size = 2

packages/connectivity_plus/connectivity_plus/android/src/main/java/dev/fluttercommunity/plus/connectivity/ConnectivityBroadcastReceiver.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
import android.os.Build;
1515
import android.os.Handler;
1616
import android.os.Looper;
17-
1817
import androidx.core.content.ContextCompat;
19-
2018
import io.flutter.plugin.common.EventChannel;
21-
2219
import java.util.List;
2320

2421
/**

0 commit comments

Comments
 (0)