Skip to content

Commit 485b4f3

Browse files
committed
cleanp
1 parent a31d174 commit 485b4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-n-ide/src/main/java/com/duy/ide/editor/view/HighlightEditorView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ public abstract class HighlightEditorView extends AppCompatMultiAutoCompleteText
7171
* We can not update line count when layout is null, lazy init
7272
*/
7373
private boolean mNeedUpdateLineNumber = false;
74+
private int mTabWidth = 14;
7475
private boolean mIsAutoIndent = true;
7576
private boolean mIsAutoPair;
76-
private int mTabWidth = 3;
7777

7878
public HighlightEditorView(Context context) {
7979
super(context);

0 commit comments

Comments
 (0)