-
Notifications
You must be signed in to change notification settings - Fork 14
Modifier order #3
Comments
I think you're missing the |
I think the style guide should discourage from using the
|
IMO Also it makes sense to have more strict formatting rules for library writes. |
We did discuss having a separate set of style rules and inspections for library writers. Explicit |
lateinit is missing. |
Needs to add |
What about |
agree with @antoniolg |
|
IntelliJ currently generates overriding method declaration putting |
If a declaration has multiple modifiers, always put them in the following order:
The text was updated successfully, but these errors were encountered: