Skip to content

Commit c998b07

Browse files
committed
[ci] Fix readme for formatter tags
1 parent 032335b commit c998b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Contributions
2727

2828
Mybatis-core is now being auto formatted. Given nature of some code logic with mybatis, it is more appropriate to force a formatting structure manually for snippets such as sql statements. To do so, add following blocks around code.
2929

30-
```// @formatter:off``` to start the block of unformatted code
31-
```// @formatter:off``` to end the block of unformatted code
30+
- ```// @formatter:off``` to start the block of unformatted code
31+
- ```// @formatter:on``` to end the block of unformatted code
3232

3333
If comment sections need same behaviour such as javadocs, note that the entire block must be around entire comment as direct usage does not properly indicate that formatter treats it all as one comment block regardless.

0 commit comments

Comments
 (0)