Code Indenter

Code Indenter

Code Indenter is a Java program that adjusted indentation to ensure code within curly brackets or directly following a control statement (such as an “if” statement) is correctly indented. The Code Indenter also aligned single line comments so that they all align to the end of the longest line of code in the input program.


#gosuraj