How to move the entire block of code to the left by two spaces when programming using Atom text editor?

During refactoring process, I came up with the following format.


I was wondering, is there any quick shortcut to move the entire block of code of the definition of the function processALine to the left by two spaces? Any comments are greatly appreciated.

Hi Bsn,

I have no experience with Atom, but it is kind of a convention that this (after selecting the block the be unindented) can be achieved using the keys Shift+Tab - maybe this also works in Atom.

By the way, you might consider using VSCodium instead…?

Cheers, Dominik