Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Dev guide: tweak format of instructions on import order #601

Open
damithc opened this issue Jul 31, 2017 · 0 comments
Open

Dev guide: tweak format of instructions on import order #601

damithc opened this issue Jul 31, 2017 · 0 comments

Comments

@damithc
Copy link
Contributor

damithc commented Jul 31, 2017

Current:

For Import Layout: The order is import static all other imports, import java., import javax., import org., import com., import all other imports. Add a between each import

Suggested (better readability):

Tweak the order of imports as follows:
all other imports
<blank line>
import java.*
<blank line>
...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants