﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5268	Bad code formatting; make it optional	dariomangoni@…	Adeel Asghar	"I hit many bugs in the document formatter:

- in the new stable release, the indentation increases every time I save a document;
- the `end mymodel;` statement often jumps automatically at the end of the previous line;
- lines are automatically indented, but the indentation often makes no sense and it is not uniform through all the lines
- inline comments are pushed away
- in some cases the line

{{{
for i in 1:size(myarray,1)
}}}

becomes

{{{
for i in size(myarray,1)
}}}


Please let the code formatting to be optionally disabled!"	defect	closed	high	1.13.1	OMEdit		duplicate	format	
