smartindent
Last updated
Was this helpful?
Last updated
Was this helpful?
Smart indent a nelson file
smartindent(filename)
smartindent(filename, indentsize)
smartindent(filename, indentsize, dobackup)
filename - a string: filename to indent.
indentsize - an integer value > 0. default: 2
dobackup - a logical: false by default
smartindent indents code to make reading statements such as while loops easier.
.
1.0.0
initial version
Allan CORNET