Skip to content

Commit

Permalink
Add import order configuration to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 10, 2019
1 parent b9a1a40 commit 9d031cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Expand Up @@ -11,3 +11,8 @@ charset = utf-8
[*.md]
indent_style = space
indent_size = 2

[*.java]
# Doc: https://youtrack.jetbrains.com/issue/IDEA-170643#focus=streamItem-27-3708697.0-0
ij_java_imports_layout = java.**,|,javax.**,|,org.**,|,com.**,|,com.diffplug.**,|,*
ij_java_use_single_class_imports = true

0 comments on commit 9d031cf

Please sign in to comment.