Opened 5 days ago

Last modified 5 days ago

#4054 new Feature Request

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

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

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.