Opened on Jul 29, 2009 at 10:25:36 AM
Last modified on Aug 7, 2009 at 6:00:02 PM
#1095 closed Bug
tidy indent with $var_ exception. — at Initial Version
| Reported by: | anonymous | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Future Release | Component: | SciTE4AutoIt |
| Version: | Other | Severity: | None |
| Keywords: | tidy indent | Cc: |
Description
tidy 2.0.28.3, 2.0.28.4
{{
Enum _
$A, _
$B, _
$C
Enum _
$A_, _
$B_, _
$C_ ; additional space.
$C_ ; same here.
}}
Note:
See TracTickets
for help on using tickets.
