Modify ↓
Opened 3 weeks ago
Closed 2 weeks 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 Changed 3 weeks ago by mLipok
- Description modified (diff)
comment:2 Changed 3 weeks ago by TicketCleanup
- Version 3.3.14.0 deleted
comment:3 Changed 2 weeks ago by Jos
Responded in guthub
comment:4 Changed 2 weeks ago by Jos
- Resolution set to Completed
- Status changed from new to closed
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. :-)
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.
Note: See
TracTickets for help on using
tickets.

Automatic ticket cleanup.