Skip to content

Commit 5019f8a

Browse files
authored
Update auto-indenting.md
1 parent 2f0567f commit 5019f8a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/auto-indenting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ Now after you understanding how auto indenting works, it's time to know how to c
1313

1414
### Set Indentations Starts set of characters
1515

16-
```
16+
``` java
1717
codeView.setIndentationStarts(indentationStart);
1818
```
1919

2020
### Set Indentations Ends set of characters
2121

22-
```
22+
``` java
2323
codeView.setIndentationEnds(indentationEnds);
2424
```
2525

2626
### Enable/Disable Auto Indentation
2727

28-
```
28+
``` java
2929
codeView.setEnableAutoIndentation(enableIndentation);
3030
```
3131

3232
### Set Tab length
3333

34-
```
34+
``` java
3535
codeView.setTabLength(tabLength);
36-
```
36+
```

0 commit comments

Comments
 (0)