Skip to content

Commit

Permalink
Update README's config example
Browse files Browse the repository at this point in the history
This will take care of issue NeQuissimus#6 without requiring code changes
  • Loading branch information
pjrt committed Sep 9, 2019
1 parent cb640da commit 28892cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -45,8 +45,8 @@ It is a faily dumb sorter of imports. If your code is using shadowing, it may en
```
rule = SortImports
SortImports.blocks = [
"java",
"scala",
"java.",
"scala.",
"*",
"com.sun"
]
Expand Down

0 comments on commit 28892cc

Please sign in to comment.