So I want to automatically turn this:
x=10
into this x = 10
Or, for example
for(i=0;i<10;i++)
into for (i = 0; i < 10; i++)
Clicking some key or combination of keys in Notepad++. And also I'd like to know what that procedure is called. Forgive me for being dumb :) Thank you!