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 )
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 , 4 months ago
| Description: | modified (diff) |
|---|
comment:2 by , 4 months ago
| Version: | 3.3.14.0 |
|---|
comment:4 by , 4 months ago
| Resolution: | → Completed |
|---|---|
| Status: | new → 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. :-)
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.