Modify

Opened 3 days ago

Last modified 3 days ago

#4054 new Feature Request

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 (2)

comment:1 Changed 3 days ago by mLipok

  • Description modified (diff)

comment:2 Changed 3 days ago by TicketCleanup

  • Version 3.3.14.0 deleted

Automatic ticket cleanup.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as new The owner will remain Jos.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.