dean.li
dean.li

Reputation: 51

How to make intellij show "this file is indented with tabs instead of 4 spaces" again

As we know in Intellij idea, it will show "This file is indented with tabs instead of 4 spaces" and 3 selections "OK Indent with 4 spaces Show Settings" when I opened a new file.

But, unfortunately I selected "Indent with 4 spaces" by mistake.

How can I select the "OK" instead? Or in other way, show the selections again?

Thanks anyway.

Upvotes: 5

Views: 2475

Answers (1)

Eng.Fouad
Eng.Fouad

Reputation: 117665

To toggle between tabs and spaces

  • On the main menu, choose Edit | Convert Indents , and then choose To Spaces or To Tabs respectively

Source: https://www.jetbrains.com/idea/help/changing-indentation.html

Upvotes: 5

Related Questions