CSE 142/143/190M Indenter Tool

(paste your program's source code below)

Indent by:
Language:


0 lines; 0 substantive lines
(ignoring blank/comment lines)

Instructions and Disclaimer:

NOTE: Use this tool at your own risk. We do not guarantee that using this tool will cause you to avoid losing points for indentation on an assignment. We are also not responsible if it messes up your indentation, or even breaks your program. Always back up your code before using this tool, and recompile and re-run your program after using this tool to be certain it still works. The indenter works for most code but is not good at handling nested ifs/loops without curly-braces.