
For example, if we press enter the caret goes into the correct place for us to start typing.

Generally we’ll find while coding that we don’t need to manually format our code, IntelliJ IDEA does its best to do the right thing automatically. This provides an easy way for people to skim the content quickly if they prefer reading to watching, and to give the reader/watcher code samples and links to additional information. This blog post covers the same material as the video. The format of code is something all developers have an opinion on! With IntelliJ IDEA, a team can define their standards and have the IDE apply them automatically, so developers don’t have to think about formatting their code as they work.
