Hello,
Minor issue with Auto indent script using latest snapshot (10/9/2018) on Windows 10.
The outfile command messes up the auto indent, i.e.
scalar x = 1
If x == 1
outfile "test.txt" --write
print x
outfile --close
endif
Auto indent script yields
scalar x = 1
If x == 1
outfile "test.txt" --write
print x
outfile --close
endif
Cheers,
Logan