Modify

Opened 4 months ago

Closed 4 months ago

#4054 closed Feature Request (Completed)

Tidy - feature request / parameter - continuation line and indentation

Reported by: mLipok Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: Severity: None
Keywords: Cc:

Description (last modified by mLipok)

Jos please consider to provide parameter for TIDY to not add na additional indentation to after each continuation line.

Current:

Global Enum _
                $test1, _
                $test2, _
                $test3

Proposal:

Global Enum _
        $test1, _
        $test2, _
        $test3

EDIT:
some related project/explanations:

https://github.com/genius257/au3toast/pull/1#issuecomment-3439256275

Attachments (0)

Change History (4)

comment:1 by mLipok, 4 months ago

Description: modified (diff)

comment:2 by TicketCleanup, 4 months ago

Version: 3.3.14.0

Automatic ticket cleanup.

comment:3 by Jos, 4 months ago

Responded in guthub

comment:4 by Jos, 4 months ago

Resolution: Completed
Status: newclosed

Ok, There is a Beta Tidy v25.205.1420.7 available that supports:
Directives:

#Tidy_Parameters= /ci=1
; -or-
#Tidy_Parameters= /continuation_indent=1

Tidy.INI:

[ProgramSettings]
continuation_indent=1

Default remains 2 indents. :-)

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.