Opened 15 years ago
Last modified 15 years ago
#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.