IntelliJ IDEA 2024.2 Help

Tabs and Indents

Configure code style for indents, TAB and SPACE characters.

Item

Description

Use tab character

Use the Tab key for indentation. When the checkbox is cleared, IntelliJ IDEA uses spaces instead of tabs. By default, the checkbox is cleared.

Smart tabs

  • If this checkbox is selected, the indentation for nested code blocks will use tabs and spaces as needed, while alignment indentation will use only spaces.

  • If this checkbox is cleared, only tabs are used. This means that a group of spaces that fits the specified tab size is automatically replaced with a tab, which may result in breaking fine alignment.

The Smart tabs checkbox is available if the Use tab character option is enabled. By default, the checkbox is cleared.

Tab size

In this field, specify the number of spaces included in a tab. Default value: 4.

Indent

In this field, specify the number of spaces to be inserted for each indent level. Default value: 4.

Continuation indent

Specify the indentation for lines that continue from the previous line, making it clear that they are part of the same statement or block of code. Continuation indents are used when a single statement is too long to fit on one line.

Default value: 8.

Keep indents on empty lines

If this checkbox is selected, IntelliJ IDEA will keep indents on the empty lines as if they contained some code.

If this checkbox is cleared, IntelliJ IDEA will delete the tab characters and spaces.

By default, the checkbox is cleared.

Last modified: 10 July 2024