4

When I write code, I indent Also the blank lines with tabs. But IntelliJ when I press delete button cancel entire line. Is it possible to prevent this action? I would like that Intellij delete space or tabs one at a time.

Thanks.

apollo9
  • 131
  • 1
  • 8

1 Answers1

5

file -> settings -> editor -> general -> smart keys -> uncheck backspace smart indent

aviad
  • 1,553
  • 12
  • 15