Is there any way to format the code in Qt Creator? I mean, for example, in Visual Studio, when I write something like this:
cout<<"Hello";
It will be automatically changed to:
cout << "Hello";
Is there any way to format the code in Qt Creator? I mean, for example, in Visual Studio, when I write something like this:
cout<<"Hello";
It will be automatically changed to:
cout << "Hello";