We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example when the code looks like this:
if (a != b) { return; }
it should be turned into:
Same applies to switches:
switch (character) {