﻿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
}}}


EDIT:
some related project/explanations:

https://github.com/genius257/au3toast/pull/1#issuecomment-3439256275
"	Feature Request	closed		SciTE4AutoIt		None	Completed		
