﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4054	Tidy - feature request / parameter - continuation line and indentation	mLipok	Jos	"Jos please consider to provide parameter for TIDY to not add na additional indentation to after each continuation line.

Current:
{{{#!autoit
Global Enum _
		$test1, _
		$test2, _
		$test3
}}}


Proposal:
{{{#!autoit
Global Enum _
	$test1, _
	$test2, _
	$test3
}}}
"	Feature Request	new		SciTE4AutoIt	3.3.14.0	None			
