We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31d174 commit 485b4f3Copy full SHA for 485b4f3
lib-n-ide/src/main/java/com/duy/ide/editor/view/HighlightEditorView.java
@@ -71,9 +71,9 @@ public abstract class HighlightEditorView extends AppCompatMultiAutoCompleteText
71
* We can not update line count when layout is null, lazy init
72
*/
73
private boolean mNeedUpdateLineNumber = false;
74
+ private int mTabWidth = 14;
75
private boolean mIsAutoIndent = true;
76
private boolean mIsAutoPair;
- private int mTabWidth = 3;
77
78
public HighlightEditorView(Context context) {
79
super(context);
0 commit comments