Skip to main content

Code Indenter

· One min read
Gus
Editor
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.