Answer the question
In order to leave comments, you need to log in
Are there any programs to bring the code to a normal form?
Need a program to format the code, from Krivorukov to the standard. Are there such programs? It is desirable that you can shovel the entire directory at once. I would like support for C, C ++ and Java languages.
Answer the question
In order to leave comments, you need to log in
As for the directory, I don't know, but a separate source in Eclipse can be easily remade by clicking "Ctrl+Alt+F" in any source code editing window.
And in the settings you can change the style under which you format.
For example, I am "pissed off" by "standard" Java formatting in the part in which it describes "parentheses".
It looks like this initially:
for (int i = 0, size = params.length; i < size; i++) {
p += getType(params[i]) + " param" + i;
}
for (int i = 0, size = params.length; i < size; i++)
{
p += getType(params[i]) + " param" + i;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question