Common IDE settings

We use IntelliJ IDEA as IDE. We use common styles Google Java styles.

Import these settings when onboarding.

Changes from the original Google Java styles

  • RIGHT_MARGIN Window width from the original 100 to 160 characters, because modern monitors are wider 16:9.
  • LINE_SEPARATOR - Unix style \n instead of system default.