Opened 5 days ago

Last modified 5 days ago

#4054 new Feature Request

Tidy - feature request / parameter - continuation line and indentation — at Version 1

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

Change History (1)

comment:1 Changed 5 days ago by mLipok

  • Description modified (diff)
Note: See TracTickets for help on using tickets.